Download presentation
Presentation is loading. Please wait.
Published byRené Vermeiren Modified over 6 years ago
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
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.