随笔分类 -  PHP

摘要:ADOdb is a PHP database class library to provide more powerful abstractions for performing queries and managing databases. ADOdb also hides the differ... 阅读全文
posted @ 2015-04-20 21:33 StuJnX6ry 阅读(277) 评论(0) 推荐(0)
摘要:检查文件file_exists($file);检查文件夹is_dir($dir);输出md5md5($file;输出字符串到文件,如果文件不存在自动则自动创建file_put_contents($file, $outputContent);从文件读内容file_get_contents($file)... 阅读全文
posted @ 2014-09-21 22:25 StuJnX6ry 阅读(142) 评论(0) 推荐(0)
摘要:PHP Tools for Visual Studio官方:http://www.devsense.com/products/php-tools/截止 2014/09/27 最新版本:1.14.5548BUG ?> 用//注释不掉要注意BOM带来的bug force to remove BOMp... 阅读全文
posted @ 2014-09-21 20:02 StuJnX6ry 阅读(1340) 评论(0) 推荐(0)
摘要:/ 链接数据库$_mysqli = new mysqli();$_mysqli->connect('localhost','root','password','cms');if (mysqli_connect_errno()){ echo 'error:'.mysqli_connect_errn... 阅读全文
posted @ 2014-09-21 19:28 StuJnX6ry 阅读(211) 评论(0) 推荐(0)