Your First screen looks like this in xcode import imageView to set background Image in splashn scren please add constraints Your screen looks like this
Here there are two files one for creating form in html and second for connecting with database in php. 1.This file is form in html create save this file as index.php <?php ?> <html> <head> <title></title> </head> <body> <form action="insert.php<?php echo htmlspecialchars($_SERVER["PHP_SELF"]);?>" method="post"> <table align="center" style="margin-top: 80px"> <tr><!-- prepared by vishal Rathod --> <td>Name :</td> <td> <input type="text" name="name" required="required"> </td> </tr> <tr> <td>Email :</td> <td> <input type="text" name="email" required="required" > </td> </tr> <tr> <td colspan="2" align="center"><input type="submit" name="submit" value=...
So simple thanks
ReplyDelete