90 likes | 204 Vues
This guide covers using PHP and Oracle for developing data-driven websites. Learn HTML5 basics, Bootstrap 3 for responsive design, and OCI8 library for Oracle database communication. Discover the fundamentals of PHP scripting and how to integrate PHP with HTML. Explore modern markup language and the separation of concerns in web development. This comprehensive resource also delves into HTTP requests, end-user interactions, and fetching data from Oracle databases. Dive into the Oracle 11g Fudgemart demo to see real-world examples. Get ready to streamline your website development process with this detailed guide.
E N D
Agenda • HTML 5 Basics • Bootstrap 3 • PHP Scripting • Using the OCI8 Library
HTML5 • Modern Markup language for browsers. • Easy to use and understand. • Separation of concerns: • HTML: Markup • CSS: Layout & Styling • JavaScript: Programming Guide to Oracle 10g
Bootstrap 3 A CSS and JavaScript framework Makes it easy for you to make responsive and attractive sites. The web design has been done for you! Guide to Oracle 10g
PHP A Web Prog. Lang. Code intermixed with HTML markup. Makes it easy to learn. Gets messy with large sites. Guide to Oracle 10g
OCI8 PHP Library to allow communication with Oracle databases. Connect() Parse() Execute() Guide to Oracle 10g
How it All Works Together HTTP RequestGET / POST End User OCI8: SQLPL/SQL Web Server w/ PHP HTTP ResponseHTML OCI8:FetchData Set Most Of TheWork is Done Here Oracle 11g
Fudgemart Demo Click on FudgemartDemo.zip Extract to C:\Users\Administrator\Documents\My Web Sites Open in Web Matrix Guide to Oracle 10g