I have a mysql database running on FreeBSD w/ some php pages to do workorder entries for the company i work for. what i have is a page that displays all the columns & rows with all the data displayed...w/ the first column being a link to a "update" page that imports the data from that row and displays that row on a seperate form page allowing you to edit the info and submit & update the database. one of the columns is a timestamp column but it wont time stamp even though i used phpMyAdmin ..to make that column TIMESTAMP.. What i need is to clik on the link and have it print out the data to the form and in the timestamp column print the current time..
any help is greatly appreciated
Brent