《PHP和MySQL Web开发》(第三版) Source

源代码在线查看: insert_book_form.php

软件大小: 700 K
上传用户: jinhongfei0528
关键词: Source MySQL PHP Web
下载地址: 免注册下载 普通下载 VIP

相关代码

												// include function files for this application				require_once('book_sc_fns.php'); 				session_start();								do_html_header('Add a book');				if (check_admin_user())				{				  display_book_form();				  do_html_url('admin.php', 'Back to administration menu');				}				else				  echo 'You are not authorized to enter the administration area.';								do_html_footer();								?>							

相关资源