php源码 php源码参考

源代码在线查看: publish_story.php

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

相关代码

								  // publish_story.php -- action a release, go back to publish.php								  include_once('include_fns.php');																  $handle = db_connect();								  $now = time();								  $story = $_REQUEST['story'];								  if(check_permission($_SESSION['auth_user'], $story))				  {				    $query = "update stories set published = $now				              where id = $story";				    $result = $handle->query($query);				  }				  header('Location: '.$_SERVER['HTTP_REFERER']);				?>							

相关资源