kkiedrowski
MIS
I am trying to setup a test page that will say if you can connect to the database.
I use an html for the form and the $_POST command for the variables to the php page
all seems to go ok except that it always says that I am connected.
If I hard code the php variables it works fine
[i am using the mysqli commands]
I am not sure if I am doing something wrong of if i should be using something besides $_POST
Any help would be great. Thanks.
I use an html for the form and the $_POST command for the variables to the php page
all seems to go ok except that it always says that I am connected.
If I hard code the php variables it works fine
[i am using the mysqli commands]
I am not sure if I am doing something wrong of if i should be using something besides $_POST
Any help would be great. Thanks.