刘华世的官方博客
摘要: 动态选择头像logo ';?> 阅读全文
posted @ 2015-09-04 17:25 刘华世的博客 阅读(1183) 评论(0) 推荐(0) 编辑
摘要: check.php message test.phpHello World!";} 阅读全文
posted @ 2015-09-04 16:37 刘华世的博客 阅读(1022) 评论(0) 推荐(0) 编辑
摘要: test.php";echo "执行增加操作";echo "执行删除操作";echo "执行查找操作";echo "执行更新操作";check.php<?php if(isset($_GET['action'])){ switch($_GET['action']){ ... 阅读全文
posted @ 2015-09-04 16:21 刘华世的博客 阅读(739) 评论(0) 推荐(0) 编辑
摘要: ';echo "直接打印输出:".$sTemp;echo "在单引号里打印输出:".'$sTemp'; // 单引号不编译echo "";echo "在双引号里打印输出:"."$sTemp"; // 双引号编译 阅读全文
posted @ 2015-09-04 16:01 刘华世的博客 阅读(414) 评论(0) 推荐(1) 编辑
摘要: = 36){ $n = 36 + ceil(($n - 36) / 3) * 3; $captchaResult .= substr($captchaSource, $n, 3); }else{ $captchaResult .= substr($ca... 阅读全文
posted @ 2015-09-04 15:36 刘华世的博客 阅读(724) 评论(0) 推荐(0) 编辑
摘要: ".error_reporting(E_ALL)."";echo "PHP_SELF=>".$_SERVER['PHP_SELF'].""; #当前正在执行脚本的文件名,与 document root相关。echo "argv=>".$_SERVER['argv'].""; #传递给该脚本的参数。e... 阅读全文
posted @ 2015-09-04 14:37 刘华世的博客 阅读(851) 评论(0) 推荐(0) 编辑
刘华世的官方博客