mouse
03-30-2003, 11:23 PM
This may be utterly moronic, I was messing about and thought I'd be able to open and print the contents of a file using the followng:
<?php
$content = fopen ("path/url", "r");
print "$content";
?>Actually the result is Resource ID#1. So obviously not, why?
:confused:
<?php
$content = fopen ("path/url", "r");
print "$content";
?>Actually the result is Resource ID#1. So obviously not, why?
:confused: