PPRuNe Forums - View Single Post - PHP Mail() Query
View Single Post
Old 21st January 2008 | 01:52
  #11 (permalink)  
Ian G
 
Joined: Jan 2008
Posts: 6
Likes: 0
From: Merseyside
Originally Posted by bnt
Does it matter whether 'single' or "double" quotes are used? I think you should be using single quotes, as per that PHP website.
Double quotes will interpolate variables inside the string, single will not.

to parameter needs spaces

http://uk.php.net/manual/en/function.mail.php

If that doesn't work then yes, your workaround will - call mail() twice. Fine except you don't really want to call it too much as automating that function can be construed as spam and you don't want that risk.
Ian G is offline  
Reply