chenfy 发表于 2008-8-21 20:02:34

正在学习php,不过还是能看懂一点点

hobby 发表于 2008-8-25 12:33:08

怎么用?

介绍清楚一点啊!!!

beautylove 发表于 2008-8-25 23:44:13

支持下这个帖子. 接口确实方便

孤魂 发表于 2008-8-25 23:45:45

回复 12楼 的帖子

免费版没有这个功能

vus520 发表于 2008-9-19 09:50:51

<?php
if($LabelName == '下载地址')
{
$txt1=trim($LabelContent);
echo "thunder://".base64_encode("AA".$txt1."ZZ");
}
else echo $LabelContent;
?>
好像有点问题,判断的时候只需要标签内容存在即可。

<?php
if($LabelName == '下载地址' && $LabelContent)//下载地址标签内容不为空时执行
{
$txt1=trim($LabelContent);
echo "thunder://".base64_encode("AA".$txt1."ZZ");
}
else echo $LabelContent;
?>

沦陷今生 发表于 2008-9-28 21:15:43

:ali0ls :ali0ls :ali0ls 进来支持一下

不死亡灵 发表于 2008-10-8 20:56:58

这个贴对我太有用了,谢谢楼主!

m17 发表于 2008-10-19 12:30:30

收藏先!!:ali12ls

野鬼 发表于 2008-11-26 14:11:00

:ali12ls

5949772 发表于 2008-12-12 20:02:28

ali16ls ali16ls :ali12ls
页: 1 [2] 3 4
查看完整版本: 火车头2008版常用简单PHP接口代码收集贴