EllisLab text mark
Advanced Search
     
Query Bindings - Escape - Injection
Posted: 03 October 2012 12:48 PM   [ Ignore ]
Joined: 2012-09-27
8 posts

Hello,

After testing a site I found there are vulnerable parameters in mysql.

I tried using $this->db->escape on input’s that come from the url but it does not display my html/javascript

How would I prevent injection in such a case.

Would I use mysql_real_escape_string?

Thanks