Forgot Password / Register
Site Statistics
Total Members: 520
Total Tutorials: 242
Newsest User: 8884244477
Todays Unique Hits: 582
0 Users 2 Guests Online
Forum Index » PHP + MySQL » Help#3
Posted on Thursday 30th August 2007 at 05:54 AM
gbt91
templates/default/images/noavatar.png's Avatar
Junior Member
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
Posted on Monday 3rd September 2007 at 05:33 AM
SkillMaster
templates/default/images/noavatar.png's Avatar
Senior Member
Code

$query = mysql_query("");

if (!$query)
{
//failed
}
else
{
// success
}
Posted on Sunday 9th September 2007 at 10:49 AM
gbt91
templates/default/images/noavatar.png's Avatar
Junior Member
that's php i mean javascript anyway its ok