Hi all,
I have images link code stored in a MS SQL Server Database like below...
INSERT INTO test(test) values('<img width=\"207\" height=\"38\" src=\"http://quickhelp/ntas/transfer_agency/uploads/Image/menu.gif\" alt=\"\" />')
Then in the HTML page it is coded as...
<img width=\"207\" height=\"38\" src=\"http://quickhelp/ntas/transfer_agency/uploads/Image/menu.gif\" alt=\"\" />
Problem isd image is not displaying and it is due to the backslashes.
How do I remove the backslashes??
Thanks.