Re[2]: [PHP] Re: Something wrong with the file() command.

2001-12-03 Thread faeton
Hello Valentin, Hehe, Valentin. Send my regards to beloved Zaporozhye and it's ppl :) Haven't been there for ages. Eh... VVP> Try this: VVP> echo ""; VVP> print_r ($temp); VVP> echo ""; ?>> VVP> and look for $temp content. -- Ivan 'Faeton aka xetrix' Danish

Re: [PHP] Re: Something wrong with the file() command.

2001-12-03 Thread Valentin V. Petruchek
Try this: "; print_r ($temp); echo ""; ?> and look for $temp content. Zliy Pes http://zliypes.com.ua - Original Message - From: "Fred" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 03, 2001 7:58 PM Subject: [PHP] Re: Something

[PHP] Re: Something wrong with the file() command.

2001-12-03 Thread Fred
When you attempt to print or echo an array the result is simply "array". You have to iterate through the elements of the array to see what each element contains. Read the array chapter in the manual for more information. Fred Jose <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EM