Help#3

Posted on Thursday 30th August 2007 at 05:54 AM
gbt91
gbt91's Avatar
plz check tthe first 2 posts before helping me in this..thx
is there a way to validate a form through database..i mean a
javascript form validation that check in the database if the submitted data is true
That's Just The Drill
Posted on Monday 3rd September 2007 at 05:33 AM
SkillMaster
SkillMaster's Avatar
Code
$query = mysql_query("");

if (!$query)
{
//failed
}
else
{
// success
}
Posted on Sunday 9th September 2007 at 10:49 AM
gbt91
gbt91's Avatar
that's php i mean javascript anyway its ok
That's Just The Drill
Login or register to respond to this forum topic.