Chris S
Retired
- Messages
- 2,055
- Reaction score
- 1
- Points
- 38
I need help with a little statement that I am working, I just cannot seem to get it to verify both values.
I have that code and what it is supposed to do is look into my database and grab the one corresponding row that has the corresponding IP and command name.
It anybody could help me that would be great.
PHP:
$select = "SELECT * FROM `serverstatus` WHERE `ip` = '$serverip' AND`command` = '$key'";
I have that code and what it is supposed to do is look into my database and grab the one corresponding row that has the corresponding IP and command name.
It anybody could help me that would be great.