PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
It's a security risk to not use it. Without proper data cleaning, or even with just using 'addslashes' it is easy for a hacker to use injection to dig into the site structure. If you're using magic_quotes, you dont' need to use this - but you should probably use .htaccess to turn magic quotes off - or write code that checks for it being on or off.