php如何读取环境变量?(10分)

L

loxtln

Unregistered / Unconfirmed
GUEST, unregistred user!
今天第一次接触PHP,请问php如何读取环境变量中的参数?
比如:在客户端用NMHTTP控件进行如下请求:
nmhttp1.get('http://xxx.xxx.xxx/myphp/1.php?user=ppp&password=xxx');
OR:
nmhttp1.post('http://xxx.xxx.xxx/myphp/1.php','aaaaaaaaaabbbbb0');
在1.php中如何去读传递过来的参数?
 

Similar threads

顶部