Forum Moderators: coopster
<?php
$PageID = $_GET["pageid"];
//brackets needed as . can be used in variable names.
$filename = "${PageID}";
//everything ok so get the page.
print "<p><embed src="$filename" width="320" height="260" type="video/quicktime"></p>";
?>
but it doesn't work and it always gives me this error:
Parse error: parse error, unexpected T_VARIABLE in /usr/export/www/hosting/csebvideo/movies/play_movie.php on line 10
can you help me fix it?
thanks,
electricocean