On Tue, 2002-11-05 at 09:32, Geert Arts wrote:
> Hi,
> 
> I just seem not to be able to pass variables from a URL to a PHP script.
> When I do something like http://localhost/test.php?variablex=valuex  variablex is 
>empty (or does even not 
> exist?)
> 
> I'm running php 4.2.3 and apache 1.3.27 under Windows.

You will find your answer on this page of the fine manual
http://www.php.net/manual/en/reserved.variables.php

Please note that this is not the correct forum for this question. This
forum deals with writing the PHP language in 'c' not writing scripts
with PHP.

The correct forum is php-general.details of which you can find here:

http://www.php.net/mailing-lists.php

Tony


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to