This is a pretty simple question. Basically, I have a program that sends a HardWare ID to my PHP script as GET data. I need to check the PHP script to make sure that the HardWare identifier is in a specific MySQL column, and if so, {continue the script,} else {exit (); }
The problem is that I'm not very good at MySQL and have no idea how to do this. However, I feel that I should know this so far, so if someone could also link me to a good training site for MySQL, this type keeps it βhumanizedβ if you know what I have in mind. One who is "dumb." I'm not stupid or something like that, Iβm just easily distracted, and if all his actions show me the code and do not explain it, I wonβt take it. If you do not have training sites from the top of my head, I agree to help with the first question and try to track the textbook later.
EDIT: It has been noted that this can help find out how my database is set up. I have a table called "hwids" This table has 3 columns: "id", "hwid" and "paypal"
(They buy from me a program, I add their HWID to the database so that they can use the program. If they return money and try to cheat, I can easily check which HWID is assigned to PayPal, which made the refund, and delete it from the system using the control page)
source share