Code Comments
Programming Forum and web based access to our favorite programming groups.hello, In phpMyAdmin, I pick a DB, then click 'Query' at the top. I then enter some sql like below. I want to wrap each resulting row so that it gives me an executable anchor tag. However, our beloved App derails me and escapes all the html. The text is nicely readable, but I want the working html, instead. I looked in the config. file but nothing seemed to fit my needs. SELECT filename, ConCat( '<a target="_top" href="ms-its:', chm.path, '/', chm.filename, '::/', chap.url, '">', replace(chap.title, "<", "<"), '</a>' ) as LinkedTitle FROM chm Short of diving into the source, what can I do? On my windows box I have a custom Perl interface to do what I want, but here on SuSE I'm trying to get by with phpMyAdmin. tia, tlviewer
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.