mitchell
02-24-2008, 09:06 AM
hi everyone i have built a user registration system to record NOW() at registration.
i now user $profile[registration_date] and it shows a 10 digit number how can i view the year, month, day, and time. is there something i can change in $profile[registration_date] to view it i the right format or what i can change in the the registration query:
INSERT INTO users (registration_date) VALUES(' NOW() )")
or die(mysql_error());
thanks for any help you give me.
i now user $profile[registration_date] and it shows a 10 digit number how can i view the year, month, day, and time. is there something i can change in $profile[registration_date] to view it i the right format or what i can change in the the registration query:
INSERT INTO users (registration_date) VALUES(' NOW() )")
or die(mysql_error());
thanks for any help you give me.