|
Posted by VB.NET on 02/25/06 21:28
"NC" <nc@iname.com> wrote in message
news:1140895533.850488.154200@u72g2000cwu.googlegroups.com...
> VB.NET wrote:
>>
>> Is it possible to find out, or list the get variables sent to a page?,
>> even if there is no values attached to them?
>
> Yes. Let's say you have this URL:
>
> http://www.example.com/script.php?var1value1&var2value2
>
> In this case, the $_GET array would contain two fields, 'var1value1'
> and 'var2value2', each with a value of NULL.
>
> Cheers,
> NC
great, thanks
[Back to original message]
|