I use the paid version of this mod
https://vborg.vbsupport.ru/showthrea...ght=word+links
It has an option to use a csv file instead of a manual entry in the admincp.
What it does it coverts text into links. I have another plugin on my site that I use for a player database. Has anyone come across some good scripts for exporting out of the mysql database into a csv file? I would need to not only export but export in a certain order and insert text so I can build the link.
Any other suggestions would be great as well.
--------------- Added [DATE]1392187340[/DATE] at [TIME]1392187340[/TIME] ---------------
$sql = "SELECT `entryid`, `title` FROM `adv_dyna_entries` WHERE 1 ";
This is the query I would need but would need to build a link for the csv file.
$title,http://www.website.com/dir/entry.php?e=$entryid