Whats wrong with this php? I'm trying to display the cat's in <li></li> tags
<?php the_category(<li>',</li> '); ?>
Page 1 of 1
Small PHP help
#2
Posted 29 July 2009 - 02:25 PM
I don't know what the function does but you've got the syntax wrong:
Should be
I'm presuming
<?php the_category(<li>',</li> '); ?>
Should be
<?php the_category('<li>','</li>'); ?>
I'm presuming
- ← best books to learn .net c#
- Server Side (PHP, Databases, ASP.NET, etc)
- Store contents of form for use later →
Share this topic:
Page 1 of 1
Help

















