home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip_2003-11_cd1.bin / chplus / holba / shop.php < prev    next >
Text File  |  2003-09-22  |  351b  |  35 lines

  1.  
  2.  
  3. <?php
  4.  
  5. include("code.php");
  6.  
  7. $title = "Objednavka z www stranek";
  8. $email = "marketing@holba.cz";
  9.  
  10.  
  11.  
  12. $message = from_utf8($message,"iso2");
  13. $user_name = from_utf8($user_name,"iso2");
  14.  
  15.  
  16.  
  17.  
  18.  
  19. mail($email, $title, $message, "From: $user_name <$user_email>\nReply-To:$user_email");
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26. print "&vars_loaded=1&"
  27.  
  28.  
  29.  
  30.  
  31.  
  32. ?>
  33.  
  34.  
  35.