need a help in php date validation

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
cempaka
Forum Newbie
Posts: 1
Joined: Mon Dec 22, 2003 2:39 am
Location: malaysia
Contact:

need a help in php date validation

Post by cempaka »

how do i can validate a date when user key in date to the text field...i must use PHp script..to...validate...the date
Nay
Forum Regular
Posts: 951
Joined: Fri Jun 20, 2003 11:03 am
Location: Brisbane, Australia

Post by Nay »

meh, cempaka reminds me of taman cempaka when I was in ipoh O.o

nevermind that, but anyhow you would want to learn using forms with php. take a look at: http://www.spoono.com/php/tutorials/tutorial.php?id=6 and if you're wondering why the variables don't pass on a server, read: viewtopic.php?t=511

-Nay
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

[php_man]checkdate[/php_man]()

Mac
Post Reply