I've searched the internet but I cannot find out how to activate the mime-transformation feature in myphpadmin so that I can add hyperlinks onto my
PK's, does anyone know what do I have to do to my config.ini.php file to make this work.
in the mime-type box, pick "text/plain". then set the browser transformation to "text/plain: link". in the transformation options box, put in your URL. for example, your URL could be "http://www.stuff.com/get_stuff.php?p=" and your column value will be appended to the URL.
Tks for the reply but my problem is I am unable to activate this option in phpmyadmin,
I was wondering what do I have to do to the config file to get this working.
you need to set up the pmadb tables, apply the proper permissions, then modify the line $cfg['Servers'][$i]['column_info'] appropriately. that's all described in the phpmyadmin manual.
Bookmarks