the page is active. and a correction: the page is called with http://test/?_parm=1&_param2=2.
on the called page are <form>...</form> tags (the above parms are also included as input in the form) and after sending the form data the $HTTP_POST_VARS has no "_parm1" and "_param2" data. without the "_" it is working. ---- Original Message ---- From: "Piotras" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 19, 2003 5:05 PM Subject: Re: [midgard-user] url param names > "Christoph Hubmann" <[EMAIL PROTECTED]> wrote: > >> in midgard i can not read the variables $_param1 and $_param2 (name >> with first an underline char) from the url >> http://test/?_parm=1&_param2=2 without midgrad engine (apache and >> php) it works. >> is the "_" as first charachter in the paramname not allowed? > > Your page is active or static? > > Piotras > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
