Jump to content

emopoops

Members
  • Posts

    342
  • Joined

  • Last visited

    Never

Posts posted by emopoops

  1. i use someting similar for tags. and then i take the field and put them into an erray seperated by in my case  comma space

    $tagsuh  = $row[tag];
    $seperatetags = explode(", ", $tagsuh);
    ?>
    <i><a href="search.php?tag=<?php echo $seperatetags[0]; ?>"><?php echo $seperatetags[0]; ?></a>,
    <a href="search.php?tag=<?php echo $seperatetags[1]; ?>"><?php echo $seperatetags[1]; ?></a>,
    <a href="search.php?tag=<?php echo $seperatetags[2]; ?>"><?php echo $seperatetags[2]; ?></a>,
    <a href="search.php?tag=<?php echo $seperatetags[3]; ?>"><?php echo $seperatetags[3]; ?></a><?php } ?></i>

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.