random1 Posted January 1, 2008 Share Posted January 1, 2008 I'm securing my PHP website at the moment and have a few road blocks. How can I prevent or at least hinder: 1) Javascript Injection 2) SQL Injection 3) Cross Site Scripting (XSS) : http://quickwired.com/smallprojects/php_xss_filter_function.php doesn't seem to work 4) Session Hijacking and any other security issues? Quote Link to comment https://forums.phpfreaks.com/topic/83914-solved-improving-php-security/ Share on other sites More sharing options...
sKunKbad Posted January 1, 2008 Share Posted January 1, 2008 This is a huge topic. I suggest reading some php books. Almost all php books include a section on security. Quote Link to comment https://forums.phpfreaks.com/topic/83914-solved-improving-php-security/#findComment-427052 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.