Notice – trying to get property num_rows of non-object in php
num_rows of non-object is the most common error in PHP. This type of error occurs whenever you write MySQL SELECT Query in Object-Oriented way to fetch some from the database. Before fetching data you check the total number of records using num_rows. So. Sometimes you get an error. Now, you should not worry about this … Read more