Page 1 of 1

running script - mail testing

Posted: Thu Jul 21, 2011 8:39 am
by memine
good day and thanks in advance

I have a mail script that upon hitting submit button it takes me to the "sendmail.php" file...
I see only the code text
I do not get the mail info or
the "thanks for your interest"

any help is appreciated

Re: running script - mail testing

Posted: Thu Jul 21, 2011 10:40 am
by Doug G
It sounds like your server isn't configured to run php scripts.

Re: running script - mail testing

Posted: Mon Jul 25, 2011 1:40 pm
by Benjamin
:arrow: Moved to PHP - Code

Re: running script - mail testing

Posted: Tue Jul 26, 2011 3:40 am
by RossDolan
I had the same problem, are you trying to run it locally or is the site online? I was using XAMPP to test my website before going live and all of a sudden it would just display the text instead of running the script. For some reason it had stopped linking my files to XAMPP. If you are using a XAMPP or some other form try localhost/website/webpage.php and it should run ok. Hopefully that helps.