Log in

View Full Version : How / where is TIMENOW defined ?


mihai11
07-24-2007, 08:09 AM
Hi,

I want to insert some rows in a table and I want to write the time where the row was created. I see in other VB files that there is a constant called TIMENOW. Where is this defined ?

Regards,
Razvan M.

Dismounted
07-24-2007, 11:13 AM
TIMENOW is just making sure the time is consistent throughout the script. It is just generated by using the PHP function "time()".