Hi Peter,

Close :)

file('file.html');
see http://www.php.net/file
or

file_get_contents('file.html');
see http://www.php.net/file_get_contents

the 'file' function returns an array, 'file_get_contents' returns it as a string.

Peter Lauri wrote:
Best group member,

I have a php script running and need to save the output from an HTML-file or
PHP-file. What I want to do:

$the_output = thenicefunction('file.html');

Any suggestions?

/Peter

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to