problem in the exercise chapter 6
hi
i have changed the commit.php as was suggested in the solutions, and then i tried to write a file "people.php" which will act as "movie.php" for dealing with the add people.
i have made a form with a name textfield and 2 checkboxes : one for the roll of an actor and the other for the roll of director.
and on submit it should go to:
<input type="submit" name="SUBMIT" value="<?php echo $_GET['action'];?>" />
but it does not working for me.
can someone please help?
best regards
ron
|