Francois Dumais wrote:

> > Se?
> > > bla?t=43&s=23&u=12
> > Yeah see above :)
>
> The question is "does a mechanism or an API exist to retrieve the set of
> key/values of the arguments found after the question mark (?)" ?

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

> Is there some kind of variable that stores arg1, arg2, and arg3 key/values
> pairs??  Or is there a way to know the number of arguments?

sizeof($HTTP_GET_VARS);

Emile



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to