|
1)写HTML asp: Response.Write(str) php: print $str; echo $str; print_r $debug_str; 2) Form, Cookie and QueryString变量 asp: 可以用Request object. php: 这些变量是自动提供的作为一个全... |
http://isi.ink/php/2017-04-10/685.html |
|
|
|
1、如何用Asp判断你的网站的虚拟物理路径 答:使用Mappath方法 < p align="center" > < font size="4" face="Arial" > < b > The Physical path to this virtual website is: < /b > < /font > < ... |
http://isi.ink/asp/2017-04-10/492.html |
|
|
|
1.set dbconnection=Server.CREATEOBJECT("ADODB.CONNECTION")DBPath = Server.MapPath("customer.mdb")dbconnection.Open "driver={Microsoft Access Driver (*.mdb)};dbq=" & DBPathSQL="sele... |
http://isi.ink/asp/2017-04-10/491.html |
|
|
|
<%Dim modemode=request.form("text4")if mode=1 thenname=request.form("text1")age=request.form("text2")addr=request.form("text3")if not isnumeric(age) then response.write "age must b... |
http://isi.ink/asp/2017-04-10/480.html |
|
|
|