Skip to content

Tag: php

PHP: Why am I getting “Undefined property: myCar::$model”

I’m new to PHP and I am trying to follow a course. According to the tutorial I should get the output “Sports” What is causing the code to result in an error of undefined property? Warning: Undefined property: myCar::$model in C:xampphtdocsTestindex.php on line 16 Screenshot of tutorial resul…

Make post_id as the key for my next array

So I’m trying to figure out this small piece, but I’m completely stuck and could use some assistance. I will break the code down into sections for understanding. This will grab 5 of my posts: Output per post: Then I’m adding the returned ID’s into an array using the below code: This ou…