SitePoint Sponsor |
|
User Tag List
Results 1 to 8 of 8
Thread: $_GET with continues pages
Threaded View
-
Apr 5, 2007, 01:09 #1
- Join Date
- Dec 2006
- Location
- /dev/swat
- Posts
- 619
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
$_GET with continues pages
Hi guys.
I have page from where i get the package number and send it to the url.
My url now look like this.
"http://localhost/home/user.php?package=1006"
Now in this user.php page the user fill the form , after this he submit the form.
So it go to next page then fill another form there and go to next(last) page.
So what i want is how i set the url to sent and get information rom page.
In user.php coding if user fill form he rediected to next page.
I use header fro that.
But how to modify that header to go next page while the info is sn\ent through url.
PHP Code:header("location:forms/form1.php");
PHP Code:header("location:user.php?$_GET['package']&$_GET['pack']");
How could i do this.
Thanks.
Bookmarks