Jump to content

hacksurfin

New Members
  • Posts

    8
  • Joined

  • Last visited

    Never

Everything posted by hacksurfin

  1. There are 3 kind of people in our Business. You have the guys that love to hand code "Propeller Head" Then there is the Photoshop and WYSIWYG design guy who has no real knowledge of programming "Pony Tale" and then there is the "Suit" you guessed it the guy who has No idea about Programming or design but has all the Ideas to make money with your skills. And on some rare occasion you meet a guy like me which we call "GOD" Because he Is all 3 incorporated into 1. So its probably better to outsource this job you want to undertake. Food For thought
  2. There are 3 kind of people in our Business. You have the guys that love to hand code "Propeller Head" Then there is the Photoshop and WYSIWYG design guy who has no real knowledge of programming "Pony Tale" and then there is the "Suit" you guessed it the guy who has No idea about Programming or design but has all the Ideas to make money with your skills. And on some rare occasion you meet a guy like me which we call "GOD" Because he Is all 3 incorporated into 1. So if you like to hand code and don't like to work with good design stay with what you know. Food For thought
  3. SO I talked with my server tech support and they are telling me it is a problem in the code and I needed to use the sendmail path /usr/sbin/sendmail. and "You need to us SMTP port 25 and server name mail.domainname.com" I think I have this right but The Email still comes through as hard html code and the sender address says anonymous@domainname.com instead of Birthday Reminder <birthday@example.com> Can Someone please look this over and lend a hand. Test Code for sending email <?php // multiple recipients $to = 'promodaddy@gmail.com' . ', '; // note the comma $to .= 'ianmcroberts@gmail.com'; // subject $subject = 'Birthday Reminders for August'; // message $message = ' <html> <head> <title>Birthday Reminders for August</title> </head> <body> <p>Here are the birthdays upcoming in August!</p> <table> <tr><th>Person</th><th>Day</th><th>Month</th><th>Year</th></tr> <tr><td>Joe</td><td>3rd</td><td>August</td><td>1970</td></tr> <tr><td>Sally</td><td>17th</td><td>August</td><td>1973</td></tr> </table> </body> </html> '; // To send HTML mail, the Content-type header must be set $headers = 'MIME-Version: 1.0' . "/usr/sbin/sendmail"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "/usr/sbin/sendmail"; // Additional headers $headers .= 'To: Mary <mary@example.com>, Kelly <kelly@example.com>' . "/usr/sbin/sendmail"; $headers .= 'From: Birthday Reminder <birthday@example.com>' . "/usr/sbin/sendmail"; $headers .= 'Cc: birthdayarchive@example.com' . "/usr/sbin/sendmail"; $headers .= 'Bcc: birthdaycheck@example.com' . "/usr/sbin/sendmail"; // Mail it mail($to, $subject, $message, $headers); ?>
  4. Post the URL that way we can have a better understanding of what it is you need
  5. % will grow with the page and is probably your best bet unless you just want the size to stay the same regardless of screen resolution. I like to design with both Header in Pixels and Side or images that need to grow with the page in percentages. Heres a good article www.digital-web.com/articles/designing_for_the_web
  6. I think your best bet would be to use Hot Spots that way you can have one image for the project except there would not be an OnMouse Click to change the appearance. Just a thought might work
  7. I recently switched to a virtual server that I have to manage. Since then I have had a problem with this PHP form. On the old server it would send the email over no problem (example1) But once I switched to this new server I get the email in a HTML Hard code format (Example 2) I am new to this whole unmanaged server thing and the host tells me it my code. Here is the actual PHP Used I have attached it Formmailer.zip. Any Help would be great Since I cannot figure it out. I am sure its some small detail. Thank you in advance. ------------------------------------------------------------- Example 1 IP Address : 92.64.64.665 Name : Test name Daytime phone number : 111-111-1111 Email : Test@test.com Quantity : 100 Size : 2" Embroidery : 50% Method of Artwork Submission : No artwork is available, please contact me. Comments : ------------------------ EXAMPLE 2 ------------------------ Content-type: text/html; charset=iso-8859-1 From: Test@Test.com <html> <body> <table width='100%' cellpadding='2' cellspacing='1' border='0'> <tr valign='top'> <td style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold'> </td> <td style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold'>IP Address</td> <td align='center' style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold'>:</td> <td style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px;'>201.202.136.58</td> </tr> <tr valign='top'> <td width='3%' style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold'> </td> <td width='20%' style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold'>Name </td> <td width='3%' align='center' style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold'>:</td> <td width='74%' style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px;'>Test</td> </tr> <tr valign='top'> <td width='3%' style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold'> </td> <td width='20%' style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold'>Daytime phone number</td> <td width='3%' align='center' style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold'>:</td> <td width='74%' style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px;'>111-111-1111</td> </tr> <tr valign='top'> <td style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold'> </td> <td style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold'>Email </td> <td align='center' style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold'>:</td> <td style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px;'>Test@Test.com</td> </tr> <tr valign='top'> <td width='3%' style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold'> </td> <td width='20%' style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold'>Quantity</td> <td width='3%' align='center' style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold'>:</td> <td width='74%' style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px;'>100</td> </tr> <tr valign='top'> <td style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold'> </td> <td style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold'>Size </td> <td align='center' style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold'>:</td> <td style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px;'>2"</td> </tr> <tr valign='top'> <td width='3%' style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold'> </td> <td width='20%' style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold'>Embroidery </td> <td width='3%' align='center' style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold'>:</td> <td width='74%' style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px;'>50%</td> </tr><tr valign='top'> <td width='3%' style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold'> </td> <td width='20%' style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold'>Method of Artwork Submission</td> <td width='3%' align='center' style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold'>:</td> <td width='74%' style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px;'>No artwork is available, please contact me.</td> </tr><tr valign='top'> <td style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold'> </td> <td style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold'>Comments</td> <td align='center' style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold'>:</td> <td style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px;'>no comments</td> </tr> </table> </body> </html> ''''End Of HTML [attachment deleted by admin]
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.