Jump to content

Need Help With A login Script thats not working!


bqheath

Recommended Posts

First try echo "$_POST['uname']"; if this works than

 

Than try removing the single quotes from ".$_POST['uname']."

Should be

$name_check = $db_object->query("SELECT username FROM users WHERE username = ".$_POST['uname']."");

Hope this should solve your problem.

 

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.