How to Check if a Record Exists in a MySQL Database

I usually use a database abstraction layer with PDO to access MySQL Databases, but yesterday, I needed to use the php mysql functions the ‘old-fashioned’ way. I didn’t have access to my usual classes and libraries. It’s been a while since I used mysql this way, so I had a little ‘relearning’ to do. I […]

How to Check if a Record Exists in a MySQL Database Read More »