Oh, and another thing. Not that it really matters, but the short tags are nice to have becuase you dont need to echo everything, just print out small things and then keep to the html part.
So, personally, I think this would look "nicer":
PHP Code:
<b> <a href="<?=$row['url']?>"><?=$row['category_name']?></a> </b> <br />
__________________
Your answers will only be as good as your question. Formulate it well and give all the necessary information.
|