i have an intranet based on php, this includes forms and such.
I want to perform javascript validation before a php script is called to submit the information into a mysql database.
can any one help me
eg
if(isset($add)
{
$strQuery = "insert into ...";
Bookmarks