Lab 1 for CSCI 330
Scripting Languages
1. Discussion of PHP-Triad and look at the folders on the J:Drive in /php/user/<user email>
Note that pages are served on port 8888. You can view your page by looking at - /localhost:8888/~<user email>
2. Prepare a well formatted general purpose starting point for writing an XHTML page which you can use as a universal template. Model it on the discussion in Chapter 4. Figure 4.1 on page 82 could be your starting point. Name it template.html.
3. Go to the end of Chapter 4 on page 104 and work through problems 4.8 through 4.13 and put the pages in your J:/php/users/~<user email> folder with an index.html page with links to each of the XHTML pages you wrote.
4. You will probably not be able to complete all of (3.) above, however, continue either in lab or as homework and work on problems 5.5 through 5.11 on page 138.