Use $HTTP_GET_VARS['testVar'] or $_GET['testVar'] - $_GET[] is 
preferred as $HTTP_GET_VARS[] is deprecated.

http://www.php.net/manual/fi/language.variables.predefined.php

Jason Soza

----- Original Message -----
From: "R.S. Herhuth" <[EMAIL PROTECTED]>
Date: Monday, May 13, 2002 9:16 am
Subject: [PHP-WIN] how do I access variables passed in a URL?

> 
> I have the Globals turned off and I'm trying to figure out which array
> will alow me to access varibales passed in the URL:
> 
> Example:
> 
> next page
> 
> 
> What array with the variable "testVar" show up in?
> 
> Thanks,
> Ron
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to