单项选择题
A.select *from user where uname=’$uname’or psd=’$psd’B.select *from user where uname=’$uname ’and psd=’$psd’C.select *from user where uname=$uname and psd=$psdD.select *from user where uname=$uname or psd=$psd’
用于为画布分配颜色的函数是()A.imagefill()B.imagecreate()C.imagecolor...
单项选择题用于为画布分配颜色的函数是()
A.imagefill()B.imagecreate()C.imagecolorallocate()D.imagecolor()
下面关于Apache主目录说法错误的是()A.安装Apache之后,必须要将页面文件放在其主目录下才能正常运行...
单项选择题下面关于Apache主目录说法错误的是()
A.安装Apache之后,必须要将页面文件放在其主目录下才能正常运行B.安装Apache之后,系统会给其指定默认的主目录C.Apache的主目录不能随意修改D.用户可以根据需要修改Apache主目录
PHP中用来填充画布颜色的函数名称及需要的参数个数分别是()A.imageline();4B.imagelin...
单项选择题PHP中用来填充画布颜色的函数名称及需要的参数个数分别是()
A.imageline();4B.imageline();6C.imagefill();4D.imagefill();6