Re: [PHP] Newbie / Table Output

2002-10-14 Thread Marek Kilimajer
first thing: cell content second: - make sure you have opened the file successfully: $content=file($weatherdata) or die('cannot open'); Anthony Ritter wrote: >I'm trying to output a table with rows that have size 1 borders from the URL >listed below using the file() and count() funct

[PHP] Newbie / Table Output

2002-10-14 Thread Anthony Ritter
I'm trying to output a table with rows that have size 1 borders from the URL listed below using the file() and count() functions. Any assistance would be greatly appreciated. Thank you. Tony Ritter "); print(""); if($i=0; $i<=count($value);