which is best. javascript seems to be real easy to implement while my experiences with php havent been fruitful at all. javascript validation can be in a HTML file aswell as in a PHP file. so will turning the javascript off affect the PHP or HTML file or neither. i know that when you view source in a php file it returns exactly what you would see in a html file.
is there a simple php validation out there? someting to validate the fields irrespective of how the php file is. ie if the php file actually redirects to itself after the form is sent (the action is the same php file as the form)
sorry to sound confusing to some but i amreally not having a good day of it and i need some good sound validation that will not blank out my form upon submission which is what has been happening via php validation and javascript validation.