码迷,mamicode.com
首页 > Web开发 > 详细

php

时间:2018-10-17 14:57:34      阅读:153      评论:0      收藏:0      [点我收藏+]

标签:nec   orm   name   names   常量   efi   submit   类型   修改   

$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

标签:nec   orm   name   names   常量   efi   submit   类型   修改   

原文地址:https://www.cnblogs.com/meimou/p/9803172.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!