Re: [PHP] getting values inside PHP from outside script

2001-08-26 Thread Scott Mebberson
thanks heaps mate. "Chris Lambert" <[EMAIL PROTECTED]> wrote in message 000c01c12e95$b217e600$6401a8c0@server">news:000c01c12e95$b217e600$6401a8c0@server... > The easy & ugly one line solution: > > $csvalues = explode(",", implode("", > file("http://au.finance.yahoo.com/d/quotes.csv?s=NAB

Re: [PHP] getting values inside PHP from outside script

2001-08-26 Thread Chris Lambert
The easy & ugly one line solution: $csvalues = explode(",", implode("", file("http://au.finance.yahoo.com/d/quotes.csv?s=NAB&m=a&f=sl1d1t1c1ohgv&e=. csv"))) /* Chris Lambert, CTO - [EMAIL PROTECTED] WhiteCrown Networks - More Than White Hats Web Application Security - www.whitecrown.net */