脚 本 之 家 www.jb51.net
页面导航:  不限条件-->坛
本地搜索:
在前面的post.php及reply.php中,在发言提交成功后都跳转到一个叫post_end.php的页面,这个页面主要是提示发言提交成功,并给出了一个到faq.php的链接,程序非常简单,我就一并写在下面了:<html>你的发言已提交<br><ahref="faq.php">返回疑难问题首页</a></html>    在这一节中,我们将着力讨论如果实现我们在开头所列出的本论坛所缺少的八项功能:    1、在我的论坛中只有在用户登录...
http://www.jb51.net//article/2136.htm
###################################apply.php#####################################################<html><head><title>注册用户</title><metahttp-equiv="Content-Type"content="text/html;charset=gb2312"><linkrel="stylesheet"type="text/css&quo...
http://www.jb51.net//article/2135.htm
###############################################此篇文章属原创,如有引用,请标明作者信息。作者:冷情疯子Email:edincur@yeah.nethttp://safebase.yeah.net#################################################adduser.php###############################################################################<?phprequire("func.php");if...
http://www.jb51.net//article/2134.htm
##index.php<html><head><title>论坛</title><metahttp-equiv="Content-Type"content="text/html;charset=gb2312"></head><framesetcols="125,*"rows="*"border="0"frameborder="0">    <fra...
http://www.jb51.net//article/2133.htm
##manage_read.php<?phprequire("func.php");if(check_admin_password()){    $board=$jl_forum[board];    switch($job){        case"setgood":          &...
http://www.jb51.net//article/2132.htm
#post.php<?phprequire("config.inc.php");$sql="select*fromboardinfowherename='$board'";$sql_result=mysql_query($sql);$sql_row=mysql_fetch_array($sql_result);?><html><head><title>发新贴子</title><linkrel="stylesheet"type="text/css"hr...
http://www.jb51.net//article/2131.htm
#sendmsg.php<?phprequire"func.php";if($b1){    if(is_user_exits($fromname)andcheck_user_password($fromname,$password)){        sendmsg();        echo"成功!<br><formmethod=&quo...
http://www.jb51.net//article/2129.htm
######################func.php#############################<?phprequire("config.inc.php");#####检查用户是否存在#####functionis_user_exits($name){         $name=trim($name);         $name=ereg_replace("...
http://www.jb51.net//article/2128.htm
<html><head><title>UntitledDocument</title><metahttp-equiv="Content-Type"content="text/html;charset=gb2312"><STYLEtype=text/css>P{FONT-FAMILY:normal;FONT-SIZE:9pt;LINE-HEIGHT:14pt}DIV{FONT-FAMILY:normal;FONT-SIZE:9pt;LINE-HEIGHT:14pt}</STYLE...
http://www.jb51.net//article/2060.htm
info.inc.php主要做些判断和信息处理<?phpfunctionupdate($reginfo){     switch($reginfo[4])      {     case($reginfo[4]==1):       $reginfo[4]="男";      &nb...
http://www.jb51.net//article/2057.htm
reguse.php用户注册与登录页面<?if($action==dl&&$uname){$uinfo=$uname."|".$upass;setcookie("FlyFoxNet",$uinfo,time()+3600);}?><html><head><title>用户注册</title><metahttp-equiv="Content-Type"content="text/html;charset=gb2312"><S...
http://www.jb51.net//article/2056.htm
共有:87/10,当前7/9页  [首页] [上一页] 3 4 5 6 7 8 9 [下一页]  [尾页] 转到: