Hi, I want to ask another few questions. I hope this won't be too stupid.
1) I want to use php to check whether certain values are already in my mysql database. ( checking an email address against my database to find out if it is already there). Would it be able to generate a TRUE/FALSE output?
2)This is similar to the one above: Can I check whether a value in my database is the same as a specified value? (and give a true/false output? (Using this to check whether the user has paid for something or not by checking the database)
I think this is it. Thank you