|
Posted by Adam on 11/16/10 11:28
On 5 Oct 2005 06:50:18 -0700, baustin75@gmail.com wrote:
>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.
Is it possible that the debugger is using a different port and/or its
own web server?
Which debugger are you using?
Adam.
Navigation:
[Reply to this message]
|