Posted by Michael Fesser on 12/03/06 23:46
..oO(rahulthathoo)
>I want to print the entire $_GET array into a file. How do i do that? I
>can print_r it to the screen but how do i assign it to a variable and
>then write it to a file.
print_r() knows a second parameter ...
http://www.php.net/print_r
file_put_contents() (PHP 5) might come in handy as well.
http://www.php.net/file_put_contents
Micha
[Back to original message]
|