Sir,
I have a field in MYSQL database which is html content. example of the content is below :
<img src="somepicture.jpg" align="left><p>there is some text here and a picture on left.</p>
when i want to display in php i don't want to display images from that html field. how can i do that.?
