Hi all,
Newbie PHP developer - first post, please be gentle...
I've got a string that looks like this:
<img src="pathtoimage.jpg" width="240" height="180" alt="alt"/>
I'd like to remove the width and height - but they're variable (this is generated from an RSS feed). Can anyone advise me of the syntax to do this?
Cheers - Kit