A.$_FILES[瀏覽框名稱]['name'] B.$_FILES[瀏覽框名稱]['type'] C.$_FILES[瀏覽框名稱]['size'] D.$_FILES[瀏覽框名稱]['error']
A.Update news set num=num+1; B.Update news set num=num+1 where id==5 C.Update news set num=num++ where id=5 D.Update news set num=num+1 where id=5
A.Echo是語句,沒有返回值 B.Print是函數(shù),有返回值 C.Print_r可以輸出基本變量及符合變量的內(nèi)容 D.三者都能輸出變量,echo和print一樣,print_r可以輸出復(fù)合變量的內(nèi)容