User Profile

Collapse

Profile Sidebar

Collapse
eekabob
eekabob
Last Activity: Apr 5 '07, 01:59 PM
Joined: Mar 28 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • eekabob
    replied to Email with PHP problem.....
    in PHP
    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";...
    See more | Go to post

    Leave a comment:


  • eekabob
    replied to Email with PHP problem.....
    in PHP
    That didn't work....I put my code in a reply.......
    See more | Go to post

    Leave a comment:


  • eekabob
    replied to Email with PHP problem.....
    in PHP
    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 ."...
    See more | Go to post

    Leave a comment:


  • eekabob
    replied to Email with PHP problem.....
    in PHP
    Thanks for your help!!...
    See more | Go to post

    Leave a comment:


  • eekabob
    started a topic Email with PHP problem.....
    in PHP

    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
    See more | Go to post
No activity results to display
Show More
Working...