[PHP] how do you parse this?

2002-04-30 Thread Lazor, Ed
I have a file with this: ullia href=http:\\www.someaddress.comSomeSite/a This is a description of the site./ul I'm trying to parse out the address, site name, and description into separate variables. How can I do this? Thanks, -Ed

Re: [PHP] how do you parse this?

2002-04-30 Thread Miguel Cruz
On Tue, 30 Apr 2002, Lazor, Ed wrote: ullia href=http:\\www.someaddress.comSomeSite/a This is a description of the site./ul I'm trying to parse out the address, site name, and description into separate variables. How can I do this? I assume you mean http:// and not http:\\. $str =