neel_basu Posted April 9, 2007 Share Posted April 9, 2007 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' Link to comment https://forums.phpfreaks.com/topic/46268-no-showing-values-in-text-box/page/2/#findComment-225187 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.