Hello-
I am relatively new to PHP/MySQL programming. I have read about 20 articles on validation of user input especially to a MySQL database. For instance, someone could enter a statement like "... drop table users;"
However, wouldn't it help to rename the table to something like "users1213". This way, it would be basically impossible for anyone to just "guess" the table name to drop? I know this isn't what you should rely on.. but is it a step in a more secure direction? Would anyone reccomend doing this?
Thanks-
Andrew