Skip to content
Advertisement

error when searching posts from my database

I’m getting an error when I am searching through my database for certain posts.

it says this: Trying to get property ‘title’ of non-object on line 83

Below is the bit of code it refers to, I’m fairly new to PHP and PDO so bear with me.

JavaScript

Advertisement

Answer

This returns an array not an object

JavaScript

Try

JavaScript
User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement