Download presentation
Presentation is loading. Please wait.
1
Forms Processing and Server-Side Scripts
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
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
5
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
6
WENT Training Toolkits
WOK - a Web Publishing Engine - developed by c2o/Toy Satellite
7
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
8
WENT Training Toolkits
WENDY - WENT Directory Database - developed eWizards.com, Inc.
9
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
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.