Hi,
I have a line in a php file
echo "<td><a href=history_scr.php?scr_id=$scr_id&date_modified=$date_modified>$scr_id</a></td><td>$assigned</td><td>$priority</td><td>$platform</td><td>$application</td><td>$status</td><td>$release_id</td><td>$environment</td><td>$userid</td><td>$date_added</td><td>$date_modified</td>\n";
where $date_modified correctly contains the MySQL datetime 2002-09-25 14:38:33.
If the hyperlink is clicked and it goes forward to the next php form, history_scr.php, the $date_modified value has been chopped down to just 2002-09-25 with no time.
Anyone know what I'm doing wrong?
Also, within a php form how can one find out the NT username on the client PC? (getenv etc doesn't work)
Many thanks for your help.
Cheers,
David