[Solved] mail ()

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!

Moderator: General Moderators

User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

and one thing that could have made you suspicious was the missing Session from
echo '<pre>Session: '; var_export($_SESSION); echo "</pre>\n";
in the output.

You might want to set up your own local testserver to avoid such issues. Take a look at http://www.apachefriends.org/en/xampp.html
Post Reply