JamesGMills
Programmer
Hi guys,
I am using curl to get the raw html, within this html I want to get a URL to an image.
The URL will change each time but its wrapped in a class which I hope will help...
<span class="art">
<img width="64" src="</span>
So i basically want to get
into a string somehow?
Ihave tried using preg_match() but I am getting nowhere with it...
Can anyone help or point me in the right direction?
Thanks,
James
------------------------
I am using curl to get the raw html, within this html I want to get a URL to an image.
The URL will change each time but its wrapped in a class which I hope will help...
<span class="art">
<img width="64" src="</span>
So i basically want to get
into a string somehow?
Ihave tried using preg_match() but I am getting nowhere with it...
Can anyone help or point me in the right direction?
Thanks,
James
------------------------