我头像的mimi= =
好吧 我就大发慈悲让你们看看我头像的mimi吧= =很简单的 就几行语句而已
不过你们有没有办法弄就不得而知了= =
<?php
/*
* Name your images 1.jpg, 2.jpg etc.
* Add this line to your page where you want the images to
* appear: <?php include "randomimage.php"; ?>
*/
//global $HTTP_GET_VARS;
//$n = $HTTP_GET_VARS["total"];
// Change this to the total number of images in the folder
$total = "3";
// Change to the type of files to use eg. .jpg or .gif
$file_type = ".jpg";
// Change to the location of the folder containing the images
$image_folder = "";
// You do not need to edit below this line
$start = "1";
$random = mt_rand($start, $total);
$image_name = $random . $file_type;
//echo "<img src=\"$image_folder/$image_name\" alt=\"$image_name\" />";
header("Location: $image_folder/$image_name");
exit;
?> 哦~~~~~~~~~~你的MIMI我还是不懂- - 好象很复杂。。。。 php....?高级货。。。。 真渣 - - 什么东西? 是吧 给了也没用= = 哈哈哈哈 收回,看到了,就是打开贼慢
[ 本帖最后由 密码忘了 于 2006-4-20 00:00 编辑 ] 连接是梁上我的电脑的 不是每个ISP都能连得上的= = 代码~ 哈哈~保存~保存~ 不懂。。。。 好難懂喔 不明~ 呃,这不是随机显示图片的PHP程序么... 万艾可75人= = 原帖由 理亚 于 2006-4-20 18:51 发表
万艾可75人= =
伦家已经连代码地发出来了 这辈子是甭指望搞懂了- = 这里果然是"水区"啊! 楼上的什么意思= =???
页:
[1]
2