|
|||
![]() |
Lecture Notes: 17 Sept 2010 | ||
Review of syllabus and academic honesty policies Comments on helpful resources Comments on the PHP language:
First look at some PHP code: <?php
echo "Hello, World!\n";
?>
Working in Linux/UNIX the environment
Programming Assignment #1 Due: Wednesday 22 September Create the above Hello, World program on shark and verify that it executes propery. E-mail the file's location (complete path name) to me so I can verify execution of the program. Goals of assignment: learn how to access and use a text editor available in Linux; learn how to execute PHP scripts from a command line |
|||
Page last updated 16 Sept 2010 |