Jump to content

syntax error, unexpected $end in


Pieter Lategan

Recommended Posts


Hi 

I got this problem


Parse error: syntax error, unexpected $end in C:\xampp\htdocs\chapter2\table2.php on line 26

I am not sure do you think I must also in this page connect to the database?

<?php


$movie_footer ="</table>";

$movie =<<<movie
$movie_header
$movie_details
$movie_footer

movie;

echo "There are $num_movies movies in our database";
echo $movie;
?>




Link to comment
https://forums.phpfreaks.com/topic/241017-syntax-error-unexpected-end-in/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.