using header ***

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
itsmani1
Forum Regular
Posts: 791
Joined: Mon Sep 29, 2003 2:26 am
Location: Islamabad Pakistan
Contact:

using header ***

Post 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
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

what kind of header?
User avatar
devork
Forum Contributor
Posts: 213
Joined: Fri Aug 08, 2003 6:44 am
Location: p(h) developer's network

Post by devork »

why are you not using sessions for that ...
what's your main idea
Post Reply