从无到有

我本将心向明月,奈何明月照沟渠

导航

2005年7月19日 #

php和asp对象的等价关系

摘要: 1)写HTML asp: Response.Write(str) php: print $str; echo $str; print_r $debug_str; 2) Form, Cookie and QueryString变量 asp: 可以用Request object. php: 这些变量是自动提供的作为一个全局变量,如果在PHP.ini文件中这样配置的话: variables_orde... 阅读全文

posted @ 2005-07-19 18:30 从无到有.NET 阅读(304) 评论(0) 推荐(0)