Presentation is loading. Please wait.

Presentation is loading. Please wait.

Accessing Your MySQL Database from the Web with PHP (Ch 11)

Similar presentations


Presentation on theme: "Accessing Your MySQL Database from the Web with PHP (Ch 11)"— Presentation transcript:

1 Accessing Your MySQL Database from the Web with PHP (Ch 11)

2 Other DML Queries from the Web
INSERT, DELETE, UPDATE queries Working example: collect new book info and insert it into the database A PHP script to take the form data and write it into the db – same basic steps: Make a db connection Send a query over the connection Check the results

3 newbook.html A front end web form to collect new book info:

4 Other DML Queries from the Web
A PHP script to take the form data and write it into the db – same basic steps: Make a db connection Send a query over the connection Check the results _php.pdf


Download ppt "Accessing Your MySQL Database from the Web with PHP (Ch 11)"

Similar presentations


Ads by Google