Skeleten Neteleks Posted May 19, 2006 Share Posted May 19, 2006 Hi,I'm a jobless person who accidentally got a webdesign job with an employment agency. I kinda said that I would try to provide them with a free form instead of them having to pay someone like www.logiforms.comI'm completely new to PHP, but managed to install a local server and create these files:form.phpsendmail.phpthankyou.htmlI kept getting errors when trying to run the script locally, so I uploaded to:[a href=\"http://www.smartrecruituk.com/form.php\" target=\"_blank\"]http://www.smartrecruituk.com/form.php[/a]It's just a test form. I uploaded it to the HTDOCS directory. There was a CGI directory but I think that this server is PHP enabled... hopefully.I tried the script on the server and it successfully took me to the thankyou.html page but I never received an email.I'm not sure why this script doesn't work and I have been unable to find a free web host that supports PHP and SMTP...please help!!!! Quote Link to comment https://forums.phpfreaks.com/topic/10001-simple-form-script-test-doesnt-send-email/ Share on other sites More sharing options...
gijs25 Posted May 19, 2006 Share Posted May 19, 2006 well we can't do jack for you by just looking at the html of your files could you please post the code.or create files with the following extention form.phps should show the codeThanks Quote Link to comment https://forums.phpfreaks.com/topic/10001-simple-form-script-test-doesnt-send-email/#findComment-37150 Share on other sites More sharing options...
Skeleten Neteleks Posted May 19, 2006 Author Share Posted May 19, 2006 Form.php[code]<html><head></head><body><form method="post" action="sendmail.php">Email: <input name="email" type="text" /><br />Message:<br /><textarea name="message" rows="15" cols="40"></textarea><br /><input type="submit" /></form></body></html>[/code]**edited to remove my email address from google!** Quote Link to comment https://forums.phpfreaks.com/topic/10001-simple-form-script-test-doesnt-send-email/#findComment-37222 Share on other sites More sharing options...
Skeleten Neteleks Posted May 20, 2006 Author Share Posted May 20, 2006 oh well..... nevermind then! Quote Link to comment https://forums.phpfreaks.com/topic/10001-simple-form-script-test-doesnt-send-email/#findComment-37498 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.