Hi,
I have a main screen which displays an entry for new employee records for a particular day.
When there are entries for the day, the records will be displayed in a table, when none exist, the table will be empty and they will press an add button to add them to a mysql table.
I then call an add script w/the usual stuff.
After they press submit, I execute the following code. I want to automatically redisplay the initial screen displaying the newly added records for that particular date and am unclear of how I am doing this. Can someone please help?
//process form
$db = mysql....
mysql_sele....
$sql= "Insert.....
// after updaing records, call main program
?? echo "<a ...., or header or none of the above?????
Thanks,
Melissa