Forum: PHP Nov 29th, 2006 |
| Replies: 6 Views: 2,334 you have no text box... how would you search and your html form? |
Forum: MySQL Nov 28th, 2006 |
| Replies: 4 Views: 44,326 |
Forum: PHP Nov 28th, 2006 |
| Replies: 22 Views: 7,275 this the code that works:
<?php
$con = mysql_connect("localhost","root");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}mysql_select_db("employees", $con);... |
Forum: PHP Nov 28th, 2006 |
| Replies: 12 Views: 4,328 this is the code:
if you type john all the j will appear on the search table...
please ym me or email me at hazel_0821@yahoo.com for more questions
<?php
$con =... |
Forum: PHP Nov 28th, 2006 |
| Replies: 1 Views: 7,251 are you trying to put data on textboxes... this is the code:
:cheesy:
First Form: create an html form
<form action="insertemployee.php" method="post">
<table width="425" border=1... |