Jump to content

posting a form


Guest brianlufc

Recommended Posts

Guest brianlufc

Hello im new to webdesign and have created a form in html, I have a file ziila account and I want to post the data entered in the form to my webpage, can anyone help me please.

Thank you.

Link to comment
Share on other sites

You are going to learn a bit of PHP to do that. I would take a look here: http://killerphp.com/tutorials/beginners-php/ specifically at the section involving processing forms.

 

You will also most likely need to store the data entered in the form somewhere, either in a database or in a text file, so that is the second thing I would research after you get yourself familiarized with PHP.

 

One thing to note -- you better have some strong anti-spam measures in place to deal with any potential spam you will get from this form. In my experience, allowing anyone to post anything they want to your website is usually a bad idea.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...