i tried something like this:
and i get an errorCode:<p align="center"><b><a href="<?php $_REQUEST['cats'] . 'view.php?' . echo $record['id']?>"><BR><?php echo $record['title']; ?></a></b></p>
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?






Reply With Quote