Results 1 to 10 of 14

Thread: Need help with PHP UDP status script

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #7
    Private First Class
    Join Date
    Dec 2012
    Posts
    127
    Thanks
    132
    Thanked 114 Times in 63 Posts
    hey STAUFFi,

    I noticed that you've got:

    PHP Code:
    <?
        include("config.php");
    ?>
    just wrong php-tags:

    PHP Code:
    <?php
        
    include("config.php");
    ?>
    Last edited by Jeplaa; 22nd March 2013 at 14:22.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •