Insert PHP script
Posted by:
David Ayo
Date: August 29, 2005 08:49AM
I am new to PHP and MYSQL and I have created a php/html form that can insert data into mysql database..It works but I want to make the form to be more well structured. Here is the copy of the insert_form.html below: more professional
</tr>
</table>
<br>
<table>
<tr>
<td>Postal Address:</td>
<td><input name="testField2" type=text size=40 maxlength="40"></td>
</td><br>
<td nowrap="nowrap">Telephone Number:</td>
<td><input name="testField2" type=text size=25 maxlength="25"></td>
</td><br>
</tr>
</table>
<br>
<table>
<tr>
<td>Date Registered:</td>
<td><input name="testField4" type=text size=25 maxlength="25"></td>
</td>
<td nowrap="nowrap">Progress of Applications:</td>
<td><input name="testField5" type=text size=35 maxlength="35"></td>
</td>
</tr>
</table>
<br><br>
<p><input type=submit name="submit" value="Insert Records"></p>
</FORM>
</body>
</html>
It works fine but can any one give me more information on how I can make it look more better. (well structured).
Thanks for your help.
Subject
Written By
Posted
Insert PHP script
August 29, 2005 08:49AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.