PDA

View Full Version : Minor $ prob in php



zoobie
July 29th, 2002, 02:57
This works:

'from' => 'me@softhome.net',
'recipients' => "$receiver",

but right underneath it, this doesn't:

'To: "You" <$receiver>',
'Subject: Here's your order!',

The tag's throwing it off and quotes don't work either.

Fix?

Thanks ogre2

biggulp
July 29th, 2002, 06:48
you're still working on your mailer?!

keith
July 29th, 2002, 18:21
try this?
'To: \"You\" <$receiver>',

zoobie
July 29th, 2002, 22:22
Everybody has their El Wapo...and this is mine. :rolleyes:

Yep...still workin on it...but I've finally got it.

I tried the \' bit but found that it's:

'To: "You" <'.$receiver.'>', :classic2: