$link = explode("-", $data[4]);
$link[0] = strtolower($link[0]);
$link[1] = strtolower($link[1]);
< ?php echo "< p>< a href='index.php?type={$link[0]}&category={$link[1]}'>More from this category< /a>< /p>"; ?>
$link[1] = strtolower($link[1]);
< ?php echo "< p>< a href='index.php?type={$link[0]}&category={$link[1]}'>More from this category< /a>< /p>"; ?>
easy! =)
No comments:
Post a Comment