A.73 B.63 C.53 D.43
A.$_FILES[瀏覽框名稱(chēng)]['name'] B.$_FILES[瀏覽框名稱(chēng)]['type'] C.$_FILES[瀏覽框名稱(chēng)]['size'] D.$_FILES[瀏覽框名稱(chēng)]['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