CIT 164
SERVER-SIDE WEB PROGRAMMING
5CR
Activate your web pages by learning how to add server-side scripting to your work. Explore the possibilities of the Common Gateway Interface (CGI) that brings your static web pages to life. By linking your web page to a server-side program that generates web pages on the fly, you can develop dynamic web-based applications that can query databases or do just about anything to respond to user requests.
 
Prerequisite:
CIT 163.