Catalog 2016-2017 
    
    Mar 29, 2024  
Catalog 2016-2017 [ARCHIVED CATALOG]

ITAD 275 PHP Scripting

5 credits
PHP is a widely-used general-purpose scripting language that is especially suited for server-side web development. Students learn to build web applications requiring server-side logic and to access SQL databases.

Prerequisites: ITAD 111 , ITAD 112 , or instructor permission.

Quarters Offered: Winter

Student Outcomes/Competencies:
Upon successful completion of this course students will be able to:

  • Use PHP data types and operators to write syntactically and functionally correct code
  • Use control structures for program flow control
  • Read, analyze, design and implement function definitions and function calls
  • Manipulate strings and arrays
  • Work with files and directories to store and access data
  • Access form data on the server
  • Access data in SQL databases
  • Debug and handle errors in PHP code