Posted by Floortje on 05/09/07 20:30
boombangabang schreef:
> The php file that I am trying to read is a mixture of code and html
>
> I have tried every function you can think of
>
> fread, fgets, file, fgetc, file_get_contents etc etc.
>
> None of them seem to read the whole file in correctly
>
> Any ideas ??
fopen()/file_get_contents etc will get you the file. eval() will parse
the code. also check out include()
--
Arjen
http://www.hondenpage.com
[Back to original message]
|