Fork me on GitHub

Please, be kind and help a n00b :)  Bottom

  • Hi!

    I have a small problem :)

    I want to create a module that reads data from files and displays it on pnPage.

    My code:

    Code

    <?php
    include 'header.php';
    OpenTable();
    include ("berlin.txt");
    CloseTable();
    include 'footer.php';
    ?>


    Kind of simple - isn't it? :P

    I rut it on localhost and everything is fine, but when I try to open it from another pc (from LAN or Web) all I get is

    Quote

    403 You don't have permission to acces /modules.php on this site


    It's strange for me as

    1) Everything works on localhost :P
    2) Whole website works in the net, but not mine module...

    I know I'm a noob so please - dont kick me - just give me some suggestions, please :*
  • In the FAQ there's some tools you can use, under "How do I..." to accomplish what you need.

    --
    Home Page | Find on Facebook | Follow on Twitter
  • Big thx - tis is what I wanned :*

    The "warp" :)
  • 0 users

This list is based on users active over the last 60 minutes.