PHP form security ? SQL injection etc
Hi guys,
I'm really concerned about my HTML forms and how I can make them bullet proof in terms of security. What are the main things I need to on the PHP side to make sure my forms and the data being passed to the backend are secure and not vulnerable to SQL injection and other XSS attacks ?
Thanks
|