BOOK: Beginning PHP5, Apache, and MySQL Web Development ISBN: 978-0-7645-7966-0
This is the forum to discuss the Wrox book Beginning PHP5, Apache, and MySQL Web Development by Elizabeth Naramore, Jason Gerner, Yann Le Scouarnec, Jeremy Stolz, Michael K. Glass; ISBN: 9780764579660
You are currently viewing the BOOK: Beginning PHP5, Apache, and MySQL Web Development ISBN: 978-0-7645-7966-0 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I would appreciate it if anyone can suggest where i might have mistyped code from pp. 117-119. I will include the code if needed but i get the following error:
Warning: extract() [function.extract]: First argument should be an array in C:\Program Files\xampp\htdocs\test\table2.php on line 38
Warning: extract() [function.extract]: First argument should be an array in C:\Program Files\xampp\htdocs\test\table2.php on line 54
Warning: extract() [function.extract]: First argument should be an array in C:\Program Files\xampp\htdocs\test\table2.php on line 38
Warning: extract() [function.extract]: First argument should be an array in C:\Program Files\xampp\htdocs\test\table2.php on line 54
The table displays below this without data.
I downloaded the files for this book and i'm getting the same error in table2-rev01.php and table2-rev02.php.
Thanks to those who viewed the post. The error was caused by my not entering all the data in the database back in the beginning. I have done that, debugged some code and all is now functioning as it should be.