Re: [PHP] Brain dead - need help!

2001-12-15 Thread Jack Dempsey

use a phpinfo() in one of your pages...that'll show you various places to get
your data...
btw, php does have the $HTTP_GET_VARS that'll have what you want...

jack

Gaylen Fraley wrote:

 I know that I know the answer - it's just buried in the recesses of my mind
 ..

 PHP has the various $HTTP_*_VARS arrays.  Is there one to get the
 formliteral pairs from the hyperlinks, as in a
 href=somepage.php?var1=test?  I want to extract the $var1 value pair.  I
 know I can do this through javascript, but I want somepage.php to parse and
 use the variable/value.  If there is not an array, then what is the simplest
 way?

 Thanks!

 --
 Gaylen
 [EMAIL PROTECTED]
 Home http://www.gaylenandmargie.com/
 PHP KISGB v2.6 Guest Book http://www.gaylenandmargie.com/phpwebsite/

 --
 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]


-- 
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]




Re: [PHP] Brain dead - need help!

2001-12-15 Thread Gaylen Fraley

DUH!  I had tried that and it didn't work, so I panicked and posted!  Come
to find out, I had a typo.  I am so red   thanks!

BTW, to the others who answered privately that it's automatically there -
Not if register_globals is set to OFF, which is what I am using.  But thanks
for responding!

--
Gaylen
[EMAIL PROTECTED]
Home http://www.gaylenandmargie.com/
PHP KISGB v2.6 Guest Book http://www.gaylenandmargie.com/phpwebsite/

Jack Dempsey [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 use a phpinfo() in one of your pages...that'll show you various places to
get
 your data...
 btw, php does have the $HTTP_GET_VARS that'll have what you want...

 jack

 Gaylen Fraley wrote:

  I know that I know the answer - it's just buried in the recesses of my
mind
  ..
 
  PHP has the various $HTTP_*_VARS arrays.  Is there one to get the
  formliteral pairs from the hyperlinks, as in a
  href=somepage.php?var1=test?  I want to extract the $var1 value pair.
I
  know I can do this through javascript, but I want somepage.php to parse
and
  use the variable/value.  If there is not an array, then what is the
simplest
  way?
 
  Thanks!
 
  --
  Gaylen
  [EMAIL PROTECTED]
  Home http://www.gaylenandmargie.com/
  PHP KISGB v2.6 Guest Book http://www.gaylenandmargie.com/phpwebsite/
 
  --
  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]




-- 
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]




[PHP] Brain dead - need help!

2001-12-15 Thread Gaylen Fraley

I know that I know the answer - it's just buried in the recesses of my mind
..

PHP has the various $HTTP_*_VARS arrays.  Is there one to get the
formliteral pairs from the hyperlinks, as in a
href=somepage.php?var1=test?  I want to extract the $var1 value pair.  I
know I can do this through javascript, but I want somepage.php to parse and
use the variable/value.  If there is not an array, then what is the simplest
way?

Thanks!

--
Gaylen
[EMAIL PROTECTED]
Home http://www.gaylenandmargie.com/
PHP KISGB v2.6 Guest Book http://www.gaylenandmargie.com/phpwebsite/




-- 
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]