test.php contains:will producePHP Code:<?php
include 'http://www.mysite.com/test2.php';
?>Array(), but if test.php contains:works just fine.where test2.php contains:PHP Code:<?php
include 'test2.php';
?>
Any idea why? Does this have to do with php.ini settings?PHP Code:<?php
print_r($_COOKIE);
?>



Reply With Quote

Bookmarks