thank.
but my means is :
if i run a php program at command line.
such as ,on linux,
"#php my_php_program.php"
i want my_php_program.php accept parameter.
like "#php my_php_program.php <parameter".
if at apache server ,we can use "?" passing
parameter,
how can i do?
thank