Forum Replies Created

Page 3 of 3
  • Bruce Mackown

    April 11, 2012 at 10:17 pm in reply to: Producing Video Wall in AE versus Motion

    Thanks for the quick response Ted. I’ll try those plugins.

  • Thanks so much for the quick reply Dave! I will look into video wall tutorials as you recommended.

  • I will definitely check out those tutorials. Thank you very much Rork!

  • Bruce Mackown

    August 12, 2010 at 11:44 pm in reply to: Problem with PHP Script Driven by Contact Form

    Abraham,

    I just got off the phone with Godaddy tech support.

    He said the send email POST function I’m using doesn’t work on their Windows server unless I use their preformatted PHP script.

    He said that my script would work fine on their Linux server, and since it’s free to switch and only a few hours I told him to switch my website over to one of their Linux servers.

    Any thoughts on this matter?

    Thanks for your help!.

    Bruce

  • Bruce Mackown

    August 12, 2010 at 11:43 pm in reply to: Problem with PHP Script Driven by Contact Form

    Richard,

    I just got off the phone with Godaddy tech support.

    He said the send email POST function I’m using doesn’t work on their Windows server unless I use their preformatted PHP script.

    He said that my script would work fine on their Linux server, and since it’s free to switch and only a few hours I told him to switch my website over to one of their Linux servers.

    Any thoughts on this matter?

    Thanks for your help!.

    Bruce

  • Bruce Mackown

    August 12, 2010 at 11:09 pm in reply to: Problem with PHP Script Driven by Contact Form

    Richard,
    At your request, here is the PHP code that’s giving me problems:

    <?php

    /* Subject and Email Variables */

    $emailSubject = ‘Contact Form Forwarded From The Moto Channel’;
    $webMaster = ‘myname@hotmail.com’;

    /* Gathering Data Variables */

    $emailField = $_POST[’email’];
    $nameField = $_POST[‘name’];
    $subjectField = $_POST[‘subject’];
    $motorcycleField = $_POST[‘motorcycle’];
    $commentsField = $_POST[‘comments’];
    $newvideonotificationField = $_POST[‘newvideonotification’];

    $body = <<Thank you for contacting us. We will respond to you as soon as we can. You will return to The Moto Channel in a few seconds.

    EOD;
    echo “$theResults”;

    ?>

    Richard, for some reason Creative Cow is cutting off some of my code, I can see that it did it in the preview post, which I guess will just confuse things.

    line with $body = << is actually $body = <<

  • Thanks for such a quick reply Fernando. Actually I remember you. You responded three months ago to my first post and recommended that I learn MySql and PHP. Well I tried that and struggled for a few days and got discouraged because it’s really time consuming. So I’m going to try WordPress. I’m sure it will be quicker and easier than trying to learn it myself. The WordPress website that you provided a link to looks very informative. I’ll see what those guys have to say. Cheers. Bruce

Page 3 of 3

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy