|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Is there an easy way to do this? Thanks!
I basically just want to write the entire source of a page to a text file |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
inexion schrieb:
> Is there an easy way to do this? Thanks! > > I basically just want to write the entire source of a page to a text > file Yes FIRST LINE: ob_start(); LAST LINE: $x = ob_get_contents(); And now write $x to the file. Hope, that the code has no ob_start() in it |
|
![]() |
| Outils de la discussion | |
|
|