MMOCC the isometric world scene, 2006–now
Archive. Archived from the original MMOCC Forum (2006–2010), recovered from the Internet Archive. The forum is read-only history now — the scene talks on Discord. If you posted here and want something removed, get in touch.

PHP DOB time saver!

9 posts · vBulletin era
#1
Hey folks, wasnt sure which section to post in, but anyway.

Here is how to save time for a dob script, say, for register.
It uses a loop to generate each select value for the Day Month and Year.

PHP Code:
#2
Very good +rep
#3
Thanks for releasing this to the community.

+Rep!
#4
PHP Code:
#5
Yeah i know.

I updated it about 5 mins ago, but i forgot to edit the post.

Also, with yours, if the year was 2050, a person could be 150 yeasr old.
#6
PHP Code:
#7
I already updated it

And use o instead of Y, doesnt Y give the text value of the year?

I know that o doesnt
#8
o
ISO-8601 year number. This has the same value as Y, except that if the ISO week number (W) belongs to the previous or next year, that year is used instead. (added in PHP 5.1.0)
Examples: 1999 or 2003

Y
A full numeric representation of a year, 4 digits
Examples: 1999 or 2003

Do your research, it's really not that hard.
#9
Well, i couldnt remember since i dont use Y anymore.

Anyway, i prefer o, it has the same function.

Recovered from /client-side-source-code/12136-php-dob-time-saver.html · captured 2008.