form validation help

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
ravisangam
Forum Newbie
Posts: 2
Joined: Tue Nov 03, 2009 8:54 am

form validation help

Post by ravisangam »

HI ,

I am newbie to php..
i am designing registration form..
i am using ajax for client side validation... i am also thinking 2 do serverside validations also using php..

at the same time if we disabled javascript , still ajax works?
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: form validation help

Post by califdon »

No. Ajax is just a way of using Javascript to send a request to a server. If Javascript is disabled in the browser, Ajax cannot work.
Post Reply