I have two questions about PHP+SQL.
By "equals something" I mean something like
Only in SQL.
- How do I check if something exists in a table? - Done
- How to I check if something equals something?
By "equals something" I mean something like
Code:
if Pass='$psw'
setcookie("User", "");
Only in SQL.