📄 readme.txt
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -