Hi, can you help me with seperating?
I have ex. this script:
PHP Code:
// Get details
$sql = $vbulletin->db->query_read("
SELECT field1
FROM " . TABLE_PREFIX . "mytable AS mytable
");
if field1 has 2 words is seperating with a comma
ex. "
word 1, word2",
How can I show for each word in template with
HTML Code:
<a href="myfile.php?do=word 1">word 1</a>, <a href="myfile.php?do=word2">word2</a>
Sorry for my bad English, I cant say better