Hi this is my first post here, I am using:
$server_time = gettimeofday(True);
to retrieve time to store in phpMyAdmin. at the same time I want to store it in to a non changeable value variable., making sure the time stored in phpMyAdmin is exactly he same as the non changeable value variable, how do I do so ?
Next is I need to store the logout time in to the same id line in phpMyadmin where I first stored the $server_time = gettimeofday(True);. But how do I know what id it was stored in ? when there are literally many people logging in ?