1 / 9

PHP + Oracle = Data-Driven Websites

PHP + Oracle = Data-Driven Websites. 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. Bootstrap 3.

ledell
Download Presentation

PHP + Oracle = Data-Driven Websites

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. PHP + Oracle = Data-Driven Websites

  2. Agenda • HTML 5 Basics • Bootstrap 3 • PHP Scripting • Using the OCI8 Library

  3. 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

  4. 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

  5. PHP A Web Prog. Lang. Code intermixed with HTML markup. Makes it easy to learn. Gets messy with large sites. Guide to Oracle 10g

  6. OCI8 PHP Library to allow communication with Oracle databases. Connect() Parse() Execute() Guide to Oracle 10g

  7. 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

  8. Fudgemart Demo Click on FudgemartDemo.zip Extract to C:\Users\Administrator\Documents\My Web Sites Open in Web Matrix Guide to Oracle 10g

  9. Questions

More Related