Search found 2 matches

by demosthenes
Thu Oct 26, 2006 10:51 am
Forum: PHP - Code
Topic: session woes
Replies: 1
Views: 311

session woes

Ok so I have a php page with three links on it. Each link takes you to another php page, but opens it in a new window using target="_new". Each php page starts like this: <?php session_start(); error_reporting(0); ?> The first two display just fine. But when I click on the 3rd link I get t...
by demosthenes
Thu Oct 26, 2006 8:30 am
Forum: PHP - Code
Topic: Email issues
Replies: 1
Views: 231

Email issues

I am using the following code to send an email. It will send it to my office email address which is using an exchange server, but it won't send it to web based email addresses such as yahoo or google. Can someone tell me whats wrong? $email = "myemail@yahoo.com"; $subject = "My Subjec...