Jump to content

Reciving from a form


Dark Knight

Recommended Posts

Greetings to all ! I'm new in the php language and I need you're help. I've made a form and I would like to see a code for the page that is redirected when a user submits the form. The page should be a php script, and when is redirected the dates from the form to be sent / save to the web master. can you help me? thank you.

Link to comment
Share on other sites

First, if you want a redirect, use something like meta tags...

<META HTTP-EQUIV="refresh" content="amount of seconds;URL=your url">

and you could have it emailed to you through the mail function by studing the PHP W3schools web site... and for more info on the mail functions and refresher, :)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...