PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
The problem I have come across is with this registration page I have been working on. It appears that the registration email is not being sent out. Intially it was only sending to any address outside of aol.com or aim.com addresses. I thought I had isolated the issue to underscores and alpahnumeric email addresses. But then it just all of a sudden completely stopped working and wouldnt send to anyone. Can someone take a gander at the code below. Has anyone heard of anything like this I am at the end of my rope I have tried everything I can think of.
Thank you all for your help
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Changing the display_errors directive at runtime would not have changed this error display.
However, if you are developing locally, you should be developing with display_errors On in your php.ini, so that things like this will scream at you what is happening.