Search found 3 matches
- Mon Jul 11, 2016 3:49 am
- Forum: PHP - Code
- Topic: form works on one site not others
- Replies: 5
- Views: 4091
Re: form works on one site not others
Like @celauran says check your mail logs on your mail server at "default-mx.imaginet.co.za" and check your PHP Error logs. Using Mail just sends out SMTP - It's a good chance it might be in your spam folder, or your mail software is rejecting it. Everything looks good from a code perspect...
- Mon Jul 04, 2016 9:25 am
- Forum: PHP - Code
- Topic: form works on one site not others
- Replies: 5
- Views: 4091
Re: form works on one site not others
Hi and thanks, on 2 sites no errors returned it returns to a thank you url saying your details have been sent, but email received, on the latest it returns error; some thing went wrong go back and try again, no I have not checked mail server logs..?
- Mon Jul 04, 2016 9:12 am
- Forum: PHP - Code
- Topic: form works on one site not others
- Replies: 5
- Views: 4091
form works on one site not others
Hi all, firstly I am pretty new to php but there is something I really don't understand. I have a standard php form that works perfectly well on my website and returns all form data including the usual name, number and a drop down and sends email within seconds, the problem I am having is I basicall...