Skip to content

rwbaker/PHP-Email-Form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

#PHP Email Form

This was designed to be my replacement for the antiquated CGIemail.

  • $subject is used for the subject line of the email
  • $my_email is the email box it's delivered to
  • $site_name is used for the page title in the Thank You page
  • $site_url is used for the meta refresh link
  • $continue is used for the homepage link in the Thank You body copy.

The form submits to thankyou/ (thankyou/index.php) for a cleaner URL. The Thank You page template is at the bottom of the PHP page.

Demo

95% of the PHP script is based on Form To Email by Charles Sweeney. His pro version adds a lot of extra features if you're looking for something beefier.

About

Simple PHP to send email using an HTML form.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages