90 likes | 234 Views
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.
E N D
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
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
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
WENT Training Toolkits • WOK - a Web Publishing Engine - developed by c2o/Toy Satellite http://wok.c2o.org
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
WENT Training Toolkits • WENDY - WENT Directory Database - developed eWizards.com, Inc. http://www.ewizards.com.ph
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