1. When you pass arguments to a static page you have to use this syntax in URL
http://www.com/page.php?argv0=val0&argv1=val1 Whet use active you write http://www.com/page/val0/val1 And midars will register val0 and val1 in $argv array and will register $argc variable which holds numer of items in $argv array. Other word it is very nice way to pass values to script. 2. Create page "dir" and the a subpage to "dir" called "page.ext". Whet you set page to active midgard had passed "/dir/page.ext" as $argv array to you root page, so you saw a root page in effect. Solt --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
