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.PHP Code:$select = "SELECT * FROM `serverstatus` WHERE `ip` = '$serverip' AND`command` = '$key'";
It anybody could help me that would be great.


LinkBack URL
About LinkBacks
Reply With Quote

