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
running script - mail testing
Moderator: General Moderators
Re: running script - mail testing
It sounds like your server isn't configured to run php scripts.
Re: running script - mail testing
Re: running script - mail testing
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.