|
The answers to these projects can be found at the companion Web site to this book, located at http://www.phptr.com/boardman.
Visit the Web site periodically to share and discuss your answers with other readers.
The Web Toolkit is a set of PL/SQL packages that, when used with the 9iAS server, allows a Web developer to Web-enable a database. Procedures written with Web Toolkit packages are viewable in a browser. Static HTML pages can be created, or dynamic pages can be created that incorporate data from the database at runtime. JavaScript can also be incorporated into the final HTML page served to the client. You should have the following parts of the application after this chapter: instruct_personal_info instructor_list_info ...
|