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...
CLIENT-SIDE SCRIPT PROCESSING SERVER-SIDE SCRIPT PROCESSING Client / Server Side Resource Database HTML Document Other Resources WEB CLIENT WEB SERVER HTTP over a TCP/IP network GATEWAY / INTERPRETER INTERNET CLIENT-SIDE SCRIPT PROCESSING SERVER-SIDE SCRIPT PROCESSING
Server-Side Script The PHP block is signified by the symbols 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
WENT Training Toolkits WEB CLIENT IE, Netscape Client-Side Script: JavaScript WEB SERVER OS: Linux; HTTP: Apache HTTP over a TCP/IP network HTML Document Database MySQL GATEWAY / INTERPRETER Server-Side Script: PHP4 INTERNET Multimedia XML Flat files WOK
WENT Training Toolkits WENDY - WENT Directory Database - developed eWizards.com, Inc. http://www.ewizards.com.ph
WENT Training Toolkits WEB CLIENT IE, Netscape Client-Side Script: JavaScript WEB SERVER OS: Linux; HTTP: Apache HTTP over a TCP/IP network HTML Document Database MySQL GATEWAY / INTERPRETER Server-Side Script: PHP4 INTERNET WENDY