贪吃蛇程序 php,php Web程序 - 贪吃蛇学院-专业IT技术平台
$link = mysql_connect(‘localhost‘,‘root‘,‘root‘);
$db = mysql_select_db(‘ymt‘);
$a = mysql_query(‘set names utf8‘);
$sql = "select * from studys";
$res = mysql_query($sql);
while($arr = mysql_fetch_assoc($res)){
print_r($arr);
}? ?//打開
$sql = "DELETE from `studys` WHERE id = 4"; //刪除
$sql = "insert into `studys` values()"; //添加
$sql = "select * from `studys` WHERE id = 4"; //預覽
$sql = "update `studys` set () where id = 2";? //修改
三個輸出:? ?echo? ?print_r? ? var_dump(常用)
form表單:? method="",(地址)? ? ? action="", (傳輸方法【post,get,file】)? ? ? enctype="", (看類型)? ? ? ? ? ?提交:submit? ? ? ? ? ? ?define:是一個常量;
總結
以上是生活随笔為你收集整理的贪吃蛇程序 php,php Web程序 - 贪吃蛇学院-专业IT技术平台的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: php可以独立运行,【判断题】PHP不能
- 下一篇: mysql now str,数据库学习之