Sanitize Form Data?

You're code is prone to SQL Injection . Use PDO or MYSQLI.

I think John Woo is referring to you passing $_POSTfirstname directly in to your INSERT statement. Thats dangerous. Here is simple function I use to scrub the input, then I'll use mysqli for the query.

This is a "belt and suspenders" approach.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions