[Asterisk-Users] Passing parametrs to php agi scripts.

Kevin Bockman asterisk at wunderkin.com
Mon Oct 24 10:29:14 MST 2005


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



More information about the asterisk-users mailing list