php源码 php源码参考

源代码在线查看: view_post.php

软件大小: 708 K
上传用户: jccg1000146752
关键词: php 源码
下载地址: 免注册下载 普通下载 VIP

相关代码

								  // include function libraries				  include ('include_fns.php');				  $postid = $_GET['postid'];				  // get post details				  $post = get_post($postid);								  do_html_header($post['title']);								  // display post				  display_post($post);  								  // if post has any replies, show the tree view of them				  if($post['children'])				  {				    echo '';				    display_replies_line();				    display_tree($_SESSION['expanded'], 0, $postid);				  }								  do_html_footer();				?> 							

相关资源