[SOLVED]JUST A SIMPLE YES OR NO

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
Calimero
Forum Contributor
Posts: 310
Joined: Thu Jan 22, 2004 6:54 pm
Location: Milky Way

[SOLVED]JUST A SIMPLE YES OR NO

Post by Calimero »

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.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

last I checked, yes it is possible.
User avatar
Calimero
Forum Contributor
Posts: 310
Joined: Thu Jan 22, 2004 6:54 pm
Location: Milky Way

...

Post by Calimero »

thanks
Post Reply