Hi,
I've heard that remote users can attack the web server computer, if i have made mistakes in my php coding.
I use php to store form submitted data in a mysql database and email them to another user.
Can a remote users execute linux commands through my php web pages, if they are badly written.
So can you advice me on what I should do.
I mean, for what(ex: special characters, words etc.) and how should I check the submitted data for sql poisoning and other attacks(Possibly execution of linux commands). What are the best ways of doing this.
Do I have to check form data for buffer overflow attacks. If so, how should I do it?
I have another question.
I use the php mail function to email form submitted data. Can a remote user use this, to attack the web server, if I do not check and validate the form submitted data.
Thanks a lot,
Chamal.
chat with Node.