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';
?>
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 :*
