1 / 9

Forms Processing and Server-Side Scripts

TRACK 1 & 3. Forms Processing and Server-Side Scripts. Learning Objectives. At the end of the session, the participants should be able to Understand forms processing and server side scripting Relate forms and scripting in the context of Web-Database integration. Forms. INTERNET.

monte
Download Presentation

Forms Processing and Server-Side Scripts

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. TRACK 1 & 3 Forms Processing and Server-Side Scripts

  2. Learning Objectives At the end of the session, the participants should be able to • Understand forms processing and server side scripting • Relate forms and scripting in the context of Web-Database integration

  3. Forms...

  4. INTERNET WEB CLIENT HTTP over a TCP/IP network HTTP over a TCP/IP network WEB SERVER HTML Document CLIENT-SIDE SCRIPT PROCESSING GATEWAY / INTERPRETER SERVER-SIDE SCRIPT PROCESSING Other Resources HTML Document Resource Database Client / Server Side

  5. Server-Side Script HTML Block <tr> <td width="159" align="left" valign="top"> <font color="red">*</font>Country:</td> <td width="148" align="left" valign="top"> <?php frm_select_val("SELECT country_id, country_name FROM ref_country ORDER BY country_name","profile[8]",$profile[8]); ?> </td> </tr> The PHP block is signified by the symbols <?php ---this states the start of the PHP block ?> ---this terminates the PHP block

  6. WENT Training Toolkits • WOK - a Web Publishing Engine - developed by c2o/Toy Satellite http://wok.c2o.org

  7. INTERNET WEB CLIENT IE, Netscape Client-Side Script: JavaScript HTTP over a TCP/IP network HTTP over a TCP/IP network WEB SERVER OS: Linux; HTTP: Apache HTML Document GATEWAY / INTERPRETER Server-Side Script: PHP4 Multimedia XML Flat files Database MySQL WENT Training Toolkits • WOK

  8. WENT Training Toolkits • WENDY - WENT Directory Database - developed eWizards.com, Inc. http://www.ewizards.com.ph

  9. INTERNET WEB CLIENT IE, Netscape Client-Side Script: JavaScript HTTP over a TCP/IP network HTTP over a TCP/IP network WEB SERVER OS: Linux; HTTP: Apache HTML Document GATEWAY / INTERPRETER Server-Side Script: PHP4 HTML Document HTML Document HTML Document Database MySQL WENT Training Toolkits • WENDY

More Related