Posted by baustin75 on 09/30/18 11:28
I really appreciate everyones help with my PHP problem. I still cannot
get the darn thing to work though. My PHP editor/debugger is using the
same php.exe and php.ini as my web server. I also wanted to let you
know that all of my PHP code works perfectly when I have a html form
and a PHP script to handle the form, all except for mail(). Only when
I debug and run the exact same code through the PHP editor does the
mail() command work. Ex: Lets say I have a form to check the strlen()
of a text box and then a mail command in the next line of code. The
strlen will execute with no problem but as soon as it hits the mail
command it fails. Thanks for any help or suggestions you may have.
Navigation:
[Reply to this message]
|