My friend is storing HTML code in mysql as follows:
Record1:
"<p><img alt="""" src=
""//d2vlcm61l7u1fs.cloudfront.net/media%2F60d%2F60d9494b-6bb4-469a-95ab-e63f26178a30%2FphpYB17Ai.png""
style=""height:720px;"" /></p>
"
Record2:
"<p><img alt="""" src=
""//d2vlcm61l7u1fs.cloudfront.net/media%2F930%2F9300b2a0-772f-43fb-8e0d-2a4faa1145b7%2FphpiOcEAN.png""
style=""height:720px;"" /></p>
"
Record3:
"<p><img alt="""" src=
""//d2vlcm61l7u1fs.cloudfront.net/media%2Ffd0%2Ffd0ac431-1c24-4b25-a481-b70550546be7%2Fphp8HyrtS.png""
style=""height:720px;"" /></p>
"
I am trying to view the above pics in single HTML page, but I copied the above into html file and see, it is showing as blank or only double quotes. I tried to replace the double time double quotes with single time double quotes, even then not able to see.