PDA

View Full Version : Birth year Prior 1900's


boiboi
05-21-2002, 03:03 AM
I have an RPG forums which users can play 200 to 400 year old vampires. But a birth year that dates back to 1400 or even 1900's isn't possible. I would like to know how to set this up. I tried playing with mysql by changing the table from date to varchar and default to blank, but it didn't work. Any tip is appreciated. Thanks.

Logician
05-21-2002, 08:39 AM
Editing this line in register.php and member.php:

if (($year>1901) and ($year<date("Y")))

should do the trick..