![]() |
|
Prevent sql injections on select * - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: PHP (https://sinister.ly/Forum-PHP) +--- Thread: Prevent sql injections on select * (/Thread-Prevent-sql-injections-on-select) Pages:
1
2
|
RE: Prevent sql injections on select * - Zeus - 06-09-2016 (02-28-2016, 05:59 PM)Para Wrote: I learnt PDO from this site a while backThat was actually understandable. The official PHP site isn't helpful as anything other than a reference tool such as did I spell that right. It's not the most easy thing to learn from. RE: Prevent sql injections on select * - Paradigm_old - 06-15-2016 Use prepared statements, look at PDO. |