[On-Rev] attaching params when calling an irev file

Andre Garzia andre at andregarzia.com
Wed Dec 8 07:45:38 EST 2010


On Wed, Dec 8, 2010 at 8:36 AM, Matthias Rebbe <runrev260805 at m-r-d.de>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 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
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



-- 
http://www.andregarzia.com All We Do Is Code.



More information about the use-livecode mailing list