题目内容

链接打开文件count.php时使用键名uname提交数据“liuhong”,超链接href属性的取值为

A. href="count.php"?uname="liuhong"
B. href="count.php?uname:liuhong"
C. href="count.php?uname=liuhong"
D. href="count.php"?uname:"liuhong"

查看答案
更多问题

运行以下代码将显示什么值?假设代码运行时的URL是: testscript.php?c=25

A. 25
B. -5
C. 10
D. 5

用户 IP 地址存储在哪个变量中?

A. $_SERVER['DOMAIN']
B. $GLOBALS
C. $_ENV
D. $_SERVER['REMOTE_ADDR']

index.php 脚本如何访问表单元素email的值? (双选)

A. $ _ GET['email']
B. $ _POST['email']
C. $ _SESSION['text']
D. $_REQUEST['email']
E. $_POST[ 'text']

在URL参数中,多个参数之间使用__________符号分隔。

答案查题题库