js validaytion

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
ranjitbd
Forum Newbie
Posts: 24
Joined: Sun May 03, 2009 1:59 pm

js validaytion

Post by ranjitbd »

Code: Select all

 
// if anyone off the javascript in his browser...then what will happen as i used only javascript
// validation to my project....
// what is the solution
 
User avatar
jackpf
DevNet Resident
Posts: 2119
Joined: Sun Feb 15, 2009 7:22 pm
Location: Ipswich, UK

Re: js validaytion

Post by jackpf »

Code: Select all

//you should use php
//to validate it
//as well
Post Reply