Skip to content Skip to sidebar Skip to footer
Showing posts with the label Sql Injection

How To Prepare Sql Query Dynamically (column Names Too) Avoiding Sql Injection

I recently learned about SQL Injection and the PHP recommendation to avoid it, using prepare() and … Read more How To Prepare Sql Query Dynamically (column Names Too) Avoiding Sql Injection

Accept Only Number In Input Text Box Without Using Script

How to allow only number in input text box i used the above metho Solution 1: Click this for che… Read more Accept Only Number In Input Text Box Without Using Script

Decoding Mysql_real_escape_string() For Outputting Html

I'm trying to protect myself from sql injection and am using: mysql_real_escape_string($string)… Read more Decoding Mysql_real_escape_string() For Outputting Html