Hello,
I have composed php file with included library:
<?php
include("dblib. inc");
........
........
?>
And then if I open this php file with browser I see contents of
librari. Do you know what can it be?
Thank you.
I have composed php file with included library:
<?php
include("dblib. inc");
........
........
?>
And then if I open this php file with browser I see contents of
librari. Do you know what can it be?
Thank you.
Comment