Re: [PHP] Displaying full array contents

2002-09-26 Thread Martin W Jørgensen
print_r($array); simply print out the entire array.. It cant be easier. "Debbie_dyer" <[EMAIL PROTECTED]> wrote in message 01bf01c26598$1d84ec00$0100a8c0@homepc">news:01bf01c26598$1d84ec00$0100a8c0@homepc... > Use a static variable in the function? A static var retains its value > between functio

[PHP] Re: Echoing HTML in PHP as CGI

2002-09-26 Thread Martin W Jørgensen
You can use this code: print <<< EndOfHTML put all html in here even with " EndOfHTML; This will print out all html. and dont care about special signs. goodluck. Martin "Reuben D. Budiardja" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi all, When using

[PHP] Re: Displaying full array contents

2002-09-26 Thread Martin W Jørgensen
Yes. my idea is to use: echo ""; print_r($array); echo ""; "Brad Harriger" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I'm trying to write a function that will display the full contents of an > array. If one of the keys contains a value that is an array, t

[PHP] Sockets

2002-09-23 Thread Martin W Jørgensen
Is it possible to read and write to multiple sockets at once with php? Can anyone please answer that question? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php