i tried something like this:

Code:
<p align="center"><b><a href="<?php $_REQUEST['cats'] . 'view.php?' . echo $record['id']?>"><BR><?php echo $record['title']; ?></a></b></p>
and i get an error

it should take what i posted "cats" and then add the text view.php? and then the releated id that i am pulling from a query and it makes the url. The link should be the title.

any ideas what is wrong?