Hi all,
I'm having trouble while i try to include a php file. the testing code
is something loke the sort.
<html>
<head></head>
<body>
<h1> test:</h1>
<?php
include ('http://blabla.com/script.php?var1=a');
?>
</body>
</html>
script.php should echo some text, but i don't get any output.
In my php.ini I have allow_url_fopen = On, is there any other thing to
configure. And both scripts are under the same domain & webserver.
Thanks,
Pablo Zorzoli
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php