راهنمایی در مورد درست کردن فایل tag.php

babacpiran

New Member
این کد نمایشش تگ های من است من حالا فایل tag.php چجوری باید بنویسم تا تگ ها را نشون بده
PHP:
<p class='txt_label'><strong>كلمات كليدي:</strong><br>
<?php 
// split post's tag field by ',' and store each tag in a cell of array
mysql_query("select tag from post limit 2");
$post = $event_set["organizer"];
$tags = explode(',',$post);
// loop in tags
foreach($tags as $tag)
{
    echo '<span><a href="index.php/tag/',$tag,'">',$tag,'</a></span>';
}
?>
 

جدیدترین ارسال ها

بالا