wei 发表于 2006-4-19 23:13:29

我头像的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;
?>

antilove 发表于 2006-4-19 23:15:00

哦~~~~~~~~~~你的MIMI我还是不懂- -

kired 发表于 2006-4-19 23:16:20

好象很复杂。。。。

werty 发表于 2006-4-19 23:18:15

php....?高级货。。。。

飘渺游仙 发表于 2006-4-19 23:21:44

真渣 - -

美鸟D游戏 发表于 2006-4-19 23:25:18

什么东西?

wei 发表于 2006-4-19 23:28:50

是吧 给了也没用= =

霞·雫 发表于 2006-4-19 23:56:24

哈哈哈哈

密码忘了 发表于 2006-4-19 23:57:17

收回,看到了,就是打开贼慢

[ 本帖最后由 密码忘了 于 2006-4-20 00:00 编辑 ]

wei 发表于 2006-4-20 00:04:44

连接是梁上我的电脑的 不是每个ISP都能连得上的= =

Micah 发表于 2006-4-20 06:02:40

代码~ 哈哈~保存~保存~

慕容猪猪 发表于 2006-4-20 10:46:33

不懂。。。。

游子 发表于 2006-4-20 15:41:14

好難懂喔

神炎皇 发表于 2006-4-20 18:48:32

不明~

LPMichelle 发表于 2006-4-20 18:50:51

呃,这不是随机显示图片的PHP程序么...

理亚 发表于 2006-4-20 18:51:41

万艾可75人= =

wei 发表于 2006-4-20 19:38:24

原帖由 理亚 于 2006-4-20 18:51 发表
万艾可75人= =
伦家已经连代码地发出来了

fee 发表于 2006-4-20 19:48:53

这辈子是甭指望搞懂了- =

Griffinses 发表于 2006-4-20 20:31:15

这里果然是"水区"啊!

wei 发表于 2006-4-20 21:49:22

楼上的什么意思= =???
页: [1] 2
查看完整版本: 我头像的mimi= =