Hello,
I'm trying to include a CSS format into my link and my syntax isn't working.
below is the code im working with and as of now when i click the link the value found in "category_id includes "class=" (example: "computer class=") computer found in category_id.
how can i re-write this to work better.
echo "<td>
<img src=\"../images/template/arrowright.png\"></a>
<a href=\"subcategory.php?category_id=" .$td . " class=\"listcategory\" >" . $td . "</a>
</td>";