Jump to content

JustNeedHelp

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Posts posted by JustNeedHelp

  1. I have one line of script that isn't working and I'm not sure why... Could someone help me

    [code]<?php
    echo ('<a href="'.$acfolder.'rss.php?get_cat='.$cat.'"><img src="/content/images/icons/rss.gif" alt="RSS Feed" width="40" height="40" border="5" style="border-color:#02a5cb" /></a>')
    ?>[/code]
    That code works which means my variables are correct

    [code]<link rel="alternate" type="application/rss+xml" title="<?php echo ($cat) ?>" href="<?php echo ($acfolder.'rss.php?get_cat='.$cat) ?>" />[/code]
    This code doesnt work... can anyone fix it for me?


×
×
  • 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.