Page 1 of 1

using header ***

Posted: Thu Oct 23, 2003 3:06 am
by itsmani1
hi there......

Code: Select all

<?php
        while($row = mysql_fetch_assoc($res)) { 
extract($row); 
$lin = "<a href="news_home.php"target="mainFrame">$title</a>";
echo $lin;
                                                                      } 
 ?>
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

Posted: Thu Oct 23, 2003 7:00 am
by volka
what kind of header?

Posted: Thu Oct 23, 2003 7:40 am
by devork
why are you not using sessions for that ...
what's your main idea