using header ***
Posted: Thu Oct 23, 2003 3:06 am
hi there......
now wot i want's to do is that i want to send all the values of my titles to the nex page in a header can any body tell me how to do that...........
Regards
Code: Select all
<?php
while($row = mysql_fetch_assoc($res)) {
extract($row);
$lin = "<a href="news_home.php"target="mainFrame">$title</a>";
echo $lin;
}
?>Regards