Congratulations on building this and making it available! I’ve noticed …

Friday, 29th March 2024

Comment on My PHP/ MySQL Restaurant Reservation Form by Matt.

Congratulations on building this and making it available!

I’ve noticed the script is vulnerable to SQL injection attacks though. It’s been a while since I did PHP development (I prefer Ruby these days) but look into the mysql_real_escape_string function, or prepared statements. I’d also recommend reading up on SQL Injection and database security in general.

Don’t be discouraged though, this is very cool, keep it up 🙂

Share this on:

Comments are closed.