Forum Replies Created

  • Robbo Ando

    April 27, 2009 at 12:04 am in reply to: PHP picture submission

    Still having trouble – >

    using a different code but I keep getting Access Denied when I upload so I can’t even test the form

    <?php

    /*Subject and email variables */

    $emailSubject = 'Thats Fishing Contact Form';
    $webMaster = 'fish@thatsfishing.com.au';

    /*Gathering data variables*/

    $emailField = $_POST['email'];
    $nameField = $_POST['name'];
    $commentField = $_POST['comment'];

    $body = <<<EOD
    <br><hr><br>
    Email: $email <br>
    Name: $name <br>
    Comment: $comment <br>
    EOD;

    $headers = "From: $email\r\n";
    $headers .= "Content-type: text/html\r\n";
    $success = mail($webMaster, $emailSubject, $body, $headers);

    /*Results as HTML*/
    $theResults = <<<EOD
    <html xmlns="https://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    </head>
    <body>
    Good
    </body>
    </html>
    EOD;
    echo "$theResults";

    ?>

  • Robbo Ando

    April 21, 2009 at 1:36 am in reply to: HVDVD_TS and SDDVD_TS folders???

    i had a similar problem, I was burning in HD and couldnt get playback on standard dvd players – i rebuilt my project in SD with the same problem as you had and tried to find the solution online (leading me here)

    the way I solved the final part to the problem was File > Advanced Burn > Build, I made a new folder which i called SuperBurn (because it was super duper) the project compiled itself and then I burnt the project and it was ready to go. Still waiting to see if the SD dvd works in standard players as it should.

    yep it worked 😀

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