flame1987
Member
Registered: 20th Nov 06
Location: North Wales
User status: Offline
|
Just wondering if somebody could point me in the right direction of how to create a form in html that user can fill in which is then sent to an email address. But without opening the clients email software to do so
Thanks
|
Steve
Premium Member
Registered: 30th Mar 02
Location: Worcestershire Drives: Defender
User status: Offline
|
php mail function
|
flame1987
Member
Registered: 20th Nov 06
Location: North Wales
User status: Offline
|
quote: Originally posted by Steve
php mail function
got any links or code snippets please steve?
|
Steve
Premium Member
Registered: 30th Mar 02
Location: Worcestershire Drives: Defender
User status: Offline
|
http://uk2.php.net/mail
|
flame1987
Member
Registered: 20th Nov 06
Location: North Wales
User status: Offline
|
the webiste i wish to have it working with already has a contact form which works fine. Rather than create a new .php script could i just point the new page to the same script or would i need to create a new one to include the new fields?
|
drax
Member
Registered: 5th Feb 05
Location: Sittingbourne, Kent
User status: Offline
|
You either include hthe php mail function script on the same page and have the form php action self, or you set the action as the external php script.
|
flame1987
Member
Registered: 20th Nov 06
Location: North Wales
User status: Offline
|
i think performing it on the sage page would be a little tidier. Would it then be a simple case of just uploading the .php file to the web server then?
|