摘要: /* 1,写多条insert用";"分割,注意一定要有“;”隔开,一开始没用,老是出错 这个很简单,;号是mysql执行sql的结束符,写多个insert用;号割就是让mysql执行多次而已.比如: */ insert into table (field1,field2,field3) value ('a',"b","c"); insert into table (field1,field2,f... 阅读全文
posted @ 2016-12-07 17:56 风在山路吹 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 多行字符串: http://php.net/manual/zh/language.types.string.php#language.types.string.syntax.nowdoc DEMO: //heredoc 解析变量 阅读全文
posted @ 2016-12-07 16:50 风在山路吹 阅读(147) 评论(0) 推荐(0) 编辑