How can I determine if a specified string is in a specific MySQL column? (and also perhaps a tutoria

Posted by Rob on Stack Overflow See other posts from Stack Overflow or by Rob
Published on 2010-04-22T15:27:21Z Indexed on 2010/04/22 15:43 UTC
Read the original article Hit count: 109

Filed under:
|

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 that I should know this by now, so if someone could also link me to a good tutorial site for MySQL, that kind of keeps it "humanized" if you know what I mean. One that "dumbs it down." I'm not dumb or anything, I just get sidetracked easily, and if all its doing is showing me code and not explaining it, I won't pick it up. If you don't have any tutorial sites off the top of your head, I'll settle for help with the first question, and try to hunt down a tutorial later.

© Stack Overflow or respective owner

Related posts about php

Related posts about mysql