I am running a PHP script, and keep getting errors like:
*Notice: Undefined variable: result2 in D:\xampp-win32\htdocs\sites\bookstore\result_page.php on line 200
*warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, null given in D:\xampp-win32\htdocs\sites\bookstore\result_page.php on line 200
Line 200 looks like this:<?php while($row = mysqli_fetch_array($result2))
What do they mean?