PDA

View Full Version : flash to mail tutorial help...



blah-de-blah
June 24th, 2003, 06:38 AM
well i read this tutorial...
http://www.kirupaforum.com/forums/showthread.php?s=&threadid=17604&highlight=PHP

the second one...and i did everything it says on it, but when i click the submit button, i only get a blank page (which is the php page i created). Do i have to download or upload this to a site before it actually works? thx

Jubba
June 24th, 2003, 11:36 AM
are you testing this on your local PC?

the mail() function does not work from local PCs because you need STMP enabled on your server. You have to upload the files to your webserver to get them to work.

blah-de-blah
June 24th, 2003, 11:40 AM
ah i see, whats that stmp thing you're tlaking about? If you ahve that then you can test things on your pc?

Jubba
June 24th, 2003, 11:48 AM
stmp is mail protocol. Just upload the files to your server. Its much easier than setting up the server.