Lab. Install XAMPP or equivalent on a laptop or external drive. Installing on an
external drive while also require setting up a virtual machine that uses VMWare.
Submit a document with a few screen captures showing a php file (Hello Work basically)
in an editor (like NotePad++) and in a browser directed toward your server's localhost.
VirtualMachine.doc (some instructions for making a VMWare
virtual machine on an external hard drive).
Passing two pieces of information with one drop-down select color_data.zip Conveys two related pieces of information
between a form and a handler. It uses parallel arrays in three ways.
Passes the (shared) index
Passes the name and uses array_search
Passes a concatenation and uses explode
It uses an associative array in a fourth approach. Because the arrays are shared
on form and handler (except the explode method), the arrays are placed in a file that
is "included" in both form and handler.