php源码 php源码参考

源代码在线查看: edit_book_form.php

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

相关代码

												// include function files for this application				require_once('book_sc_fns.php'); 				session_start();								do_html_header('Edit book details');				if (check_admin_user())				{				  if ($book = get_book_details($HTTP_GET_VARS['isbn']))				  {				    display_book_form($book);				  }				  else				    echo 'Could not retrieve book details.';				  do_html_url('admin.php', 'Back to administration menu');				}				else				  echo 'You are not authorized to enter the administration area.';								do_html_footer();								?>							

相关资源