|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-08-17 01:17 UTC] derick@php.net
[2001-08-17 06:10 UTC] lumberjakel at hotmail dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 04 09:00:01 2025 UTC |
Look at the following script-file: <html><body> <?php $fp1=fopen("project1.txt", "r"); fpassthru($fp1); ?> <br> some text <br> <?php fpassthru($fp1); ?> </body></html> You should get twice the content op project1.txt, seperated by "some text", but I get this: contents of project1.txt some text Warning: 1 is not a valid File-Handle resource in e:\documenten\scripts\test area\project11.php on line 10