FYI: About your code
Posted: Fri Jul 11, 2014 5:36 pm
I see from the errors the site is producing that you're using the mysql_query() function in PHP.
Don't do that. Use PDO, or an ORM.
This site can be easily hacked if you're using mysql_query().
Don't do that. Use PDO, or an ORM.
This site can be easily hacked if you're using mysql_query().