AndrewSimm
02-12-2014, 04:53 AM
I use the paid version of this mod
https://vborg.vbsupport.ru/showthread.php?t=263699&highlight=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 1392187340 at 1392187340 ---------------
$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
https://vborg.vbsupport.ru/showthread.php?t=263699&highlight=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 1392187340 at 1392187340 ---------------
$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