readme.txt

来自「《PHP专业项目实例开发》源代码」· 文本 代码 · 共 21 行

TXT
21
字号


	Chapter 12 : Handling Data Storage

	(Note: In this chapter all commands were executed directly from the mysql monitor
	therefore this chapter has no scripts.)

	Chapter 13 : Using PHP with SQL Databases (MySQL)
		
 Connect_db.php	 	Used to establish connection with the MySQL Server	Fig13.01
 Create_db.php	 	Used to create a database				Fig13.02
 Select_db.php	 	Used to select a database				Fig13.03
 Create_table.php 	Used to create a table in the database			Fig13.04
 addrow.htm	 	Used to accept information from the user		Fig13.06
 addrow.php	 	Used to insert the information into the database	Fig13.07
 Retrieve_data.php	Used to display data retrieved from the database	Fig13.08
 db_browser3.php	Used to display all records from a table for editing	Fig13.09
 display.php		Used to displays the record selected for modification	Fig13.10
 changes.php		Used to display the updated user information		Fig13.11
 multi_db.php		Use to display records from multiple tables		Fig13.12
 errhandler.php		Used to demostrate how to handle errors			Fig13.14

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?