Hi:
I am learning PHP and have been trying to make this following work for some time but no luck.
$sql="SELECT * FROM name1 WHERE LastName= '$LastName'";
I know the last name I entered is in the database. When I hard coded LastName='Miller', the query got a return.
Thank you very much in advance for your help!
I am learning PHP and have been trying to make this following work for some time but no luck.
$sql="SELECT * FROM name1 WHERE LastName= '$LastName'";
I know the last name I entered is in the database. When I hard coded LastName='Miller', the query got a return.
Thank you very much in advance for your help!
Comment