Hi Craig,
Thanks for your advice... but i'm stil very blur in retrieving the $tableid so .. juz wondering .. whether u can explain further for the retrieval of of $tableid?? A section of my code is shown below:
while( $row = mysql_fetch_array(SELECT * FROM tablename))
{
echo "<a href=\"mynewform.php\">$row[0] </a>\n";
echo "<a href=\"mynewform.php\">$row[2]</a>\n";
echo "<a href=\"mynewform.php\">$row[3]</a>\n";
}
All records will be displayed and how am i going to capture the $tableid in the the initial form before posting ??
Thanks again in advance!
Cheers!