Jump to content

akalorik

Members
  • Posts

    5
  • Joined

  • Last visited

Contact Methods

  • Website URL
    http://www.juxtaposecreative.com

Profile Information

  • Location
    Redondo Beach, CA

akalorik's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. I need to know where to edit my dns zone files. please help. thanks!
  2. should be >echo "<H1 align=center>Thank You. $_POST[FirstName]</H1>"; echo "<P align=center>We will get back to you as soon as possible with the requested information.</p>"; <{POST_SNAPBACK}> All better now. That was a totally lame mistake I made! Thanks Dick, I really appreciate your help!!!
  3. Thanks for getting back to me on this so quickly! Here it is: <?php $mailheaders = "From: webmaster@modernpropackaging.com\n"; $mailheaders .= "Reply-To: $Email\n"; $message = "QUOTE REQUESTOR INFORMATION\n"; $message .= "First Name:\n"; $message .= "$_POST[FirstName]\n"; $message .= "Last Name:\n"; $message .= "$_POST[LastName]\n"; $message .= "Company:\n"; $message .= "$_POST[Company]\n"; $message .= "Address:\n"; $message .= "$_POST[Address1]\n"; $message .= "Address:\n"; $message .= "$_POST[Address2]\n"; $message .= "City:\n"; $message .= "$_POST[City]\n"; $message .= "State:\n"; $message .= "$_POST[state]\n"; $message .= "Zip:\n"; $message .= "$_POST[Zip]\n"; $message .= "Phone:\n"; $message .= "$_POST[Phone]\n"; $message .= "Fax:\n"; $message .= "$_POST[Fax]\n"; $message .= "EMail Address:\n"; $message .= "$_POST\n\n"; $message .= "Website Address:\n"; $message .= "$_POST[Website]\n\n"; $message .= "Please describe your packaging project or product needs:\n"; $message .= "$_POST[Project]\n"; $message .= "Other request or additional comments:\n"; $message .= "$_POST[Comments]\n\n"; $message .= "Return requested information via:\n"; $message .= "$_POST[ResultsBy]\n\n"; $subject = "Quote Request"; mail("lori@juxtaposecreative.com", $subject, $message, $mailheaders); echo "<Hi align=center>Thank You. $_POST[FirstName]</H1>"; echo "<P align=center>We will get back to you as soon as possible with the requested information.</p>; ?>
  4. Thanks Dick. I added the Action line but then it was asking for a username and password so I moved the scripts out of the _private folder but now I'm getting this error: Parse error: parse error, unexpected $ in /home/modernp/public_html/scripts/QuoteRequest.php on line 45 Help!!!!!
  5. I just moved my client's site to TCH because the other host started running PHP in safe mode and I was unable to use a PHP script for form-to-email processing that I have used for over a year. However it looks like I'm having a similar issue with TCH. When I submit the form I receive the following error: Method Not Allowed The requested method POST is not allowed for the URL /quote.html. -------------------------------------------------------------------------------- Apache/1.3.33 Server at www.modernpropackaging.com Port 80 Any suggestions?
×
×
  • Create New...