Jump to content

flori

Members
  • Posts

    9
  • Joined

  • Last visited

flori's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. I tried, but to no avail Thank you very much sirfor your replying and i wait your solution for this problem
  2. I tried, but to no avail Thank you very much sirfor your replying and i wait your solution for this problem
  3. The same thing ,also not working and this video explains what happen Thank you very much for your replying and i wait you solution for this problem
  4. Thank you very much but how can we solve this problem with PHP - AJAX and MySQLi wait your solution for this problem
  5. There is an error in your solution because when you fill alldetails and after clicking download button Nothing happens ,a white window without a link of downloadthis is what happen Why does not appear a link of download ? thank you very much for replying and i wait your solution for this problem
  6. when visitor site filling detailes and hitdownload your free plan now i want shows link of download and when he hit link of download shows a link of installwhen visitor site dont fill all detailes i want shows alert Message failed. Please, send an email to gordon@template-help.com thats all thank you very much for your help and replying and i wait your solution for this problem
  7. doesn't work alsoyou can hit direct download your free plan now ,and show a white window without nothinglike this
  8. I've created some if / else statements to get a download when a user hit click jf he fields name and email but doesn"t work for my site http://my-easy-woodw...ng-projects.com because it is do download without field name and email contact.php is <?php$field_name = $_POST['cf_name'];$field_email = $_POST['cf_email'];$field_message = $_POST['cf_message'];$mail_to = 'dedalusonline@yahoo.com';$subject = 'Message from a site visitor '.$field_name;$body_message = 'From: '.$field_name."\n";$body_message .= 'E-mail: '.$field_email."\n";$body_message .= 'Message: '.$field_message;$headers = 'From: '.$field_email."\r\n";$headers .= 'Reply-To: '.$field_email."\r\n";$mail_status = mail($mail_to, $subject, $body_message, $headers);if ($mail_status) { echo "<script>\n"; echo 'var str = \"download\"' . "\n"; echo "document.write(str.link(\"http://www.myshedplans.com/12BY8SHED.pdf\"));\n"; echo "</script>\n";}else { echo "<script language=\"javascript\" type=\"text/javascript\">"; echo "alert('Message failed. Please, send an email to gordon@template-help.com');"; echo "window.location = 'contact_page.html';"; echo "</script>";}?>
×
×
  • Create New...