新手 

PHP新手总结的PHP的基础知识

看了些PHP的基础知识,自己在这里总结下:   1、在HTML嵌入PHP脚本有三种办法: <scriptlanguage="php"> //嵌入方式一 echo("test"); </script> <? //嵌入方式二 echo"<br>test2";...