Oh yeah, forgot that the $_POST variable was an actual array already...
Thanks!
- Original Message -
From: "Justin French" <[EMAIL PROTECTED]>
To: "Stephen" <[EMAIL PROTECTED]>
Sent: Sunday, January 05, 2003 7:56 PM
Subject: Re: [PHP] Pass Variables
: A
I want to make a function that passes all the variables in a
form to the next form since the form has multiple steps. I thought about putting
all the contents in an array but I'd have to name out each array which would
take a while and then there's the global inside the function, but again, I
missing an "echo" -
-Original Message-
From: Craig Westerman [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 12, 2002 9:45 AM
To: php-general-list
Subject: [PHP] Pass variables via URL
I'm trying to set $image = imageA via a URL:
http://www.abc123.com/php001/image_s
I'm trying to set $image = imageA via a URL:
http://www.abc123.com/php001/image_switch.php?image=imageA
Script is:
Image Switch
Image link ends up as:
http://www.abc123.com/php001/.gif
Link needs to be:
http://www.abc123.com/php001/imageA.gif
What am I doing wrong?
Thanks
Crai
PROTECTED]
Subject: [PHP] Pass variables with PHP_SELF?
How do you pass a variable that was passed from one form to another form
and then to PHP_SELF? The first part works fine: I passed a variable
from one form to another page with a form using
blah.php?id=$id&songsinalbum=$songsinalbum
How do you pass a variable that was passed from one form to another form
and then to PHP_SELF? The first part works fine: I passed a variable
from one form to another page with a form using
blah.php?id=$id&songsinalbum=$songsinalbumbut when someone submits
the second form the value of $songs
6 matches
Mail list logo