Hey...Bruno from Brazil :)
Try this
while ( list ( $key,$value ) = each($HTTP_POST_VARS) ) {
echo "$key: $value<br>";
}
This will list every variable that was past to the browser.
Enjoy!
__________John Monfort_________________
_+-----------------------------------+_
P E P I E D E S I G N S
www.pepiedesigns.com
"The world is waiting, are you ready?"
-+___________________________________+-
On Wed, 21 Feb 2001, Bruno Freire wrote:
> Hi! It's me again....
> Bruno From Brazil!!
>
> My problem is:
>
> I wanna know the names of the variables that my actual page recives from the
> last page (using the POST method).
>
> Thanks!!
>
> Bruno.
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]