:(Hi,
I have been working my way through the book "Beginning PHP, Apache & MySQL Web Development" and I am now stuck on one of the tutorials. The one in question is on pages 124 -> 131 regarding the file movie_details.php . I have checked the forums for an answer however I haven't found anything of relevance to my problem.
When I open the movie_details file in my browser it returns two errors stating:
Warning: extract() [function.extract]: First argument should be an array in C:\www\movie_details.php on line 38
Warning: extract() [function.extract]: First argument should be an array in C:\www\movie_details.php on line 53
The lines refer to the
and
commands. I can post the code if requested however, it does not differ from the code on this site and the textbook(s).
Please help if you can. I am running MySQL 4.1.7, PHP 5.1.2 and Apache 2.0.55.

:(
