I’ve created the html for a form for a guestbook, but can’t seem to figure out how to create the php for it…is there any sites that I can reference for BEGINNERS? I have absolutely no clue what I’m doing and am getting extremely frustrated.
here is my html for my form which is on an html file
Name: |
Primary Phone Number: |
Secondary Phone Number: | HVCC ID Number: |
Primary Email Address: | Secondary Email Address: |
I want it to post to a php file, but can’t firgure out how to even start out my php script.
Here is a tutorial from processing HTML forms with PHP
http://www.tizag.com/phpT/forms.php
After you read that, you will have to decide how you will store the guestbook content (in a .txt file? in a mysql database?)