Howdy, Zanderfly.
The PHP is failing on the call to json_encode(). The exact error is:
HTML Code:
<b>Fatal error</b>: Call to undefined function: json_encode() in <b>/var/www/vhosts/webbocrats.com/httpdocs/lesson35/car_dealership.php</b> on line <b>74</b><br />
The json_encode() function was added in PHP 5.2.0. So if you have an earlier version of PHP running on your server, you'll need to include another PHP file that parses JSON.