Jump to content

no showing values in text box


franknu

Recommended Posts

This is Written at the begening of your code

SELECT * FROM business_info where  BusinessName='$BusinessName' AND User_Name='$User_Name' AND Password='$Password'

But $BusinessName is not set before

So the query is becoming

SELECT * FROM business_info where  BusinessName='' AND User_Name='$User_Name' AND Password='$Password'

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.