PHP的文件上传功能,需要在php.ini配置当中,开启哪项功能?()
A、A.display_errors=on
B、B.file_uploads=on
C、C.short_open_tag=On
D、D.以上都不正确
A、A.display_errors=on
B、B.file_uploads=on
C、C.short_open_tag=On
D、D.以上都不正确
A、在php.ini配置中必须要开启file_uploads=On功能 B、在上传表单标记中,必须要有enctype="multipart/form-data"属性 C、必须用get方法进行上传 D、以上说法都正确
A、PHP是一种弱类型、解释型语言 B、PHP是PHP: Hypertext Preprocessor 的递归缩写 C、PHP与C、JAVA等面向对象语言一样,需要明确指定变量类型 D、PHP可以与MySQL进行交互,创建动态Web站点