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?
form validation help
Moderator: General Moderators
Re: form validation help
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.