How do I protect my database from malicious attacks while allowing punctuation marks? |
[eluser]mlage[/eluser]
Check out the Queries documentation in CI: http://ellislab.com/codeigniter/user-gui...eries.html Go to the bottom of the page for binding queries ![]() Also, if you haven't read it already, check out the documentation on general security practices for CI: http://ellislab.com/codeigniter/user-gui...urity.html Also, read the documentation about the input class (very nifty ![]() http://ellislab.com/codeigniter/user-gui...input.html |
Messages In This Thread |
How do I protect my database from malicious attacks while allowing punctuation marks? - by El Forum - 08-02-2010, 02:26 PM
How do I protect my database from malicious attacks while allowing punctuation marks? - by El Forum - 08-02-2010, 02:41 PM
How do I protect my database from malicious attacks while allowing punctuation marks? - by El Forum - 08-02-2010, 03:34 PM
How do I protect my database from malicious attacks while allowing punctuation marks? - by El Forum - 08-03-2010, 12:59 AM
|