On Wed, Dec 8, 2010 at 8:36 AM, Matthias Rebbe wrote:
> Hi,
>
> i want to add some parameters when calling an irev file. e.g.
if you call it like:
> test.irev?a=1&b=2
>
then you will be able to access the params as:
$_GET["a"]
and
$_GET["b"]
Cheers
andre
>
> How can i use this params in m
Hi,
i want to add some parameters when calling an irev file. e.g. test.irev?a=1&b=2
How can i use this params in my script then. I was pretty sure, i have done
this already some time ago, but cannot remember now how to do it,
Or am i absolutely wrong on this?
Regards,
Matthias
___