Jump to content

Need help with simple application form


loveranger

Recommended Posts

Send the form values as an array to php,

Then use the mail() function to email the info to you,

 

As mail() supports html you should be able to create the output how you want it

(see here for info)

 

Alt. if you want to save the data to your server simply use the fopen() functions

(see here for info)

 

Stuie

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.