Adam Rybak wrote: > s,1,DaeadAGI,test.php,parameter1 > > How get value of parameter1 in php script? This is actually a PHP question. You can find it in the PHP manual online at http://www.php.net $_SERVER['argv'][1] Kevin