I have a html_form_send.php script that couples with my html form code.
I am mostly clueless when it comes to forms and php; I wonder if I can get some information on where to copy and paste this code in my website to make it work?
Do I copy and paste the html and php both in the <head></head>?
Or, do I post in the <body></body>?
Do I paste the php form into notepad as a stand alone script and upload it to my server?
From what I understand forms don't need <body>. I want to put this form on my contact page with a large image to the left and was confused on where to ultimately copy and paste the above information without disrupting both my layout and hoping the form works.
Also I've read online that php can be hacked easily. Is there a script that I can add to my php script to prevent this?
An encryption of sorts perhaps?
Any information would be most appreciated.
ChrissyB
Thanks so much.
I am mostly clueless when it comes to forms and php; I wonder if I can get some information on where to copy and paste this code in my website to make it work?
Do I copy and paste the html and php both in the <head></head>?
Or, do I post in the <body></body>?
Do I paste the php form into notepad as a stand alone script and upload it to my server?
From what I understand forms don't need <body>. I want to put this form on my contact page with a large image to the left and was confused on where to ultimately copy and paste the above information without disrupting both my layout and hoping the form works.
Also I've read online that php can be hacked easily. Is there a script that I can add to my php script to prevent this?
An encryption of sorts perhaps?
Any information would be most appreciated.
ChrissyB
Thanks so much.