* Patrick Hsieh ([EMAIL PROTECTED]) [Dec 12. 2001 01:25]:

> http://host.domain.com/test.php?111+222+&test_par=aaa&;
> 
> then in test.php, I can get
> 111 as argv0
> 222 as argv1
> &test_par=aaa& as argv3
> 
> but I can't get the value of $test_par, which should be aaa

What's wrong with just using $test_par? As in:

<?php print $test_par; ?>

-- 
 -Brian Clark

Reply via email to