Must have been the cut paste that put them there.......... .ok I tried your code and it still didn't work....here is the error I'm getting
Parse error: parse error, unexpected T_CONSTANT_ENCA PSED_STRING in /home/printing/bradleypressusa-www/phpquote.php on line 3
Here is my code without the asteriks...
<?php
$headers = 'From: quotes@usstuff' . "\r\n";
$headers.=*'Cc: '.$emailadd."\r \n";...
User Profile
Collapse
-
-
That didn't work.......here is my code...
<?php
$headers = 'From: quotes@usstuff. com' . "\r\n";
$headers*.=*'Cc :*'.$emailadd." \r\n";
$message = $company."\n"." \n".$firstname. " ".$lastname."\n "."\n". $telephonenum." ext:".$exten."\ n"."\n".$emaila dd."\n"."\n"."Q uantities"."\n" ."\n".$quan1 ."...Leave a comment:
-
-
Email with PHP problem.....
I'm a newbie......... ...trying to send an Cc email a customer who fills out a quote request form but can't fiqure out how to do it.........
I have this code...
$headers .= "Cc: I want this to be a variable";
How would I use a variable for the CC?
eekabob
No activity results to display
Show More
Leave a comment: