Webmaster Security

PHP Security Help

Submitted by killerlowrider, , Thread ID: 77386

Thread Closed

RE: PHP Security Help

#5
You already have some solid suggestions, prepared statements are probably the first and most powerful thing you can really do to protect your site, next using filter_vars. I'd suggest you also protect your site against cross site scripting attacks, all major PHP frameworks should have this functionality in place to help you.

Users browsing this thread: 1 Guest(s)