Content of test_instructions:
<img src="http://www.test.com/quiz_images/poster_from_postermywall.jpg" alt="" align="" border="0px">
How can I extract the URL from the data of a mysql column?
I have used: Boann strip_tags funtion
select strip_tags(test_instructions) from test_tb
It works for all other html tags but for img src it shows as null.
How is it possible fetch only the URL from img src?
If the column is null I get this error:
#2014 - command out of sync; you can't run this command now