2014年1月8日

PHP连接MYSQL操作数据库

摘要: PHP连接MYSQL操作数据库 阅读全文

posted @ 2014-01-08 14:03 程序猴chengxuhou.com 阅读(350) 评论(0) 推荐(0) 编辑

PHP逐字符读取数据

摘要: ";}fclose($file);?> 阅读全文

posted @ 2014-01-08 12:54 程序猴chengxuhou.com 阅读(306) 评论(0) 推荐(0) 编辑

PHP逐行读取数据

摘要: PHP逐行读取数据";}fclose($file);?> 阅读全文

posted @ 2014-01-08 12:53 程序猴chengxuhou.com 阅读(13350) 评论(0) 推荐(0) 编辑

PHP函数的创建

摘要: 看代码PHP函数的创建,包括参数,和其他的语言一样';}echo writeName('Minot');?> 阅读全文

posted @ 2014-01-08 12:09 程序猴chengxuhou.com 阅读(290) 评论(0) 推荐(0) 编辑

PHP数组的创建

摘要: 案例:仔细看代码,PHP创建数组'.$names[1];?>"; }#foreach$arr=array("one","two",'three');foreach ($arr as $valve){echo 'Value:'.$valve.''; }?> 阅读全文

posted @ 2014-01-08 12:04 程序猴chengxuhou.com 阅读(239) 评论(0) 推荐(0) 编辑

PHP基础学习代码案例

摘要: ';?>';echo strlen('Hello World !');echo '';echo strpos('Hello World !','o')?>';$d=date("D");if($d=="Fri"){ echo 'Hello'; echo 'Have a nice day!';}else { echo 'Today is '.$d.'';}?> 阅读全文

posted @ 2014-01-08 11:14 程序猴chengxuhou.com 阅读(1466) 评论(0) 推荐(0) 编辑

查看端口号占用情况

摘要: 运行cmd.exe;netstat -ano;全有了 阅读全文

posted @ 2014-01-08 10:43 程序猴chengxuhou.com 阅读(202) 评论(0) 推荐(0) 编辑

apache错误 Unable to open process" with PID 4!

摘要: 今天打开Apache的时候报错:22:15:30 [Apache] Problem detected! 22:15:30 [Apache] Port 80 in use by "Unable to open process" with PID 4! 22:15:30 [Apache] Apache WILL NOT start without the configured ports free! 22:15:30 [Apache] You need to uninstall/disable/reconfigure the blocking application 22:15 阅读全文

posted @ 2014-01-08 09:54 程序猴chengxuhou.com 阅读(3756) 评论(0) 推荐(0) 编辑

导航