Code: Select all
<p align="center"><b><a href="<?php $_REQUESTї'cats'] . 'view.php?' . echo $recordї'id']?>"><BR><?php echo $recordї'title']; ?></a></b></p>'view.php?' is plain text
echo $record['id'] is from a mysql query
echo $record['title']; will be how you see the link
how do i put them how i have htem above but written correctly because i get an error how i have it above.