|
Posted by NC on 02/25/06 21:25
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
Navigation:
[Reply to this message]
|