php vs button

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
jaylin
Forum Commoner
Posts: 68
Joined: Fri Nov 18, 2005 4:44 am

php vs button

Post by jaylin »

i m very new to php.
now i create a login form. it has 2 textboxes and 1 button. when i click the button, i want to check whether the uses fill the data or not. if not, i prompt the alert. or, i will do the checking process.

plz help me
Grim...
DevNet Resident
Posts: 1445
Joined: Tue May 18, 2004 5:32 am
Location: London, UK

Post by Grim... »

You'll need to use Javascript for that, not PHP.
Post Reply