I have an html link that uses url variables to delete an item from the database. Everything works, except there is an image source code field in the database, and when the delete link
($PHP_SELF?delete=yes&ImageSrc=$ImageCode)
is loaded, the html does not display correctly. Something in the image code makes it display as ">delete</a> instead of delete as a link.
I tried passing the img source field text through assslashes and also stripslashes but nothing works. How can I have it pass the html code into the link so that it can be removed from the db field?