C
Cazpa
Guest
I am making a small video script that allows you to have different categories for the videos, the categories would have their own page (pre made) but when the user submits the video I want it to display what category its in and link to the category page, is this the best way to do it:
<a href="/<?php echo $row['category'],"\n"; ?>.php"><?php echo $row['category'],"\n"; ?></a>
or is there another way (best practice)
Your advice is appreciated
<a href="/<?php echo $row['category'],"\n"; ?>.php"><?php echo $row['category'],"\n"; ?></a>
or is there another way (best practice)
Your advice is appreciated