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
Calimero
Forum Contributor
Posts: 310 Joined: Thu Jan 22, 2004 6:54 pm
Location: Milky Way
Post
by Calimero » Sun Jul 18, 2004 3:23 pm
I need to use header twice (page1-page2-someotherpage)
IS THIS POSSIBLE>
submit variables (file-upload) to page1.php
page1.php by Header/location calls page2.php
page2.php by header/location calls some_other_page.php
JUST to see if this is possible, from those of you that probably faced this problem.
Thanks Ahead !
Last edited by
Calimero on Sun Jul 18, 2004 3:26 pm, edited 1 time in total.
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Sun Jul 18, 2004 3:24 pm
last I checked, yes it is possible.
Calimero
Forum Contributor
Posts: 310 Joined: Thu Jan 22, 2004 6:54 pm
Location: Milky Way
Post
by Calimero » Sun Jul 18, 2004 3:25 pm
thanks