How can I determine if a specified string is in a specific MySQL column? (and also perhaps a tutoria
- by Rob
This is a fairly simple question. Basically, I'm having a program send HardWare ID's to my PHP script as GET data. I need the PHP script check to make sure that HardWare ID is in a specific MySQL column, and if it is, { continue the script, } else { exit(); }
Problem is I'm not too good with MySQL and have no idea how to do this. However, I feel…