News Feed
Jobs Feed
Sections




News Archive
Mark Kimsal's Blog:
Addslashes() don't call it a comeback
June 12, 2008 @ 13:36:20

As Michael Kimsal points out, there's a new posting on his brother Mark's blog talking about alternatives to addslashes() in your applications.

I've seen a lot of people talking about mysql_real_escape_string() vs addslashes() vs addcslashes(). There seems to be a lot of real confusion about what these functions do (even with the php.net manual around), especially when it comes to character sets. [...] So, I've decided to lay it all out in a few charts so there is no confusion about what each function does and how each can help protect against SQL injection attacks.

He ran some tests based on what the function does to see if it helps with certain things like "escapes with single quotes instead of backslash" and "prevents multi-byte attacks". He compares the speed and testability of the functions as well as provides a multi-byte breakdown oh how the mysql_real_escape_string function works with different character sets.

0 comments voice your opinion now!
addslashes compare escape string mysql addcslashes multibyte


blog comments powered by Disqus

Similar Posts

php|architect: Are We Losing LAMP?

Pablo Viquez's Blog: MySQL Profiling and Zend Framework

Edin Kadribasic's Blog: PHP 4.4.6-win32 with MySQL 5.0.37

Edin Kadribasic's Blog: PHP 4.4.3 for Windows with 5.0.22 MySQL libraries

Reign's SourceRally Blog: The PHP coder's top 10 mistakes and problems


Community Events











Don't see your event here?
Let us know!


opinion tool code interview podcast release series framework example unittest functional introduction language community development zendframework2 conference object testing composer

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework