associative array Questions

1

Parsing error: Declare and initialize an associative array
Used an HTML form to create a table.  Saved the data using <html>     <!--Patricia Oswalt - IT250 Unit 4 Assignment-->         <head>         <title>Save Directory</title>     </head>           <body>         <?php                 //initializing the variables         $LastName = ($_POST['LastName']);         $FirstName = ($_POST['FirstName']);     [...]

Answer Question   |  July 13, 2010  1:24 AM
associative array, codeLobster, parsing error, PHP, Text field; table; output; fopen
asked by:
115 pts.

1