Jump to content

[SOLVED] Parse error: syntax error, unexpected T_VARIABLE


dsaba

Recommended Posts

i get this parse error:

Parse error: syntax error, unexpected T_VARIABLE

 

the code is below:

<?php
$specifictype1 = "Any";
$specifictype2 = "Anime";
$specifictype3 = "TV Shows";
$specifictype4 = "Divx Movies";
$specifictype5 = "Full DVDs";
$specifictype6 = "PSP Movies";
$specifictype7 = "Ipod Movies";
$specifictype8 = "Other Videos";
?>

 

I don't understand why it tells me this, my variable name conventions seem to be okay

Anyone know how to fix this error?

-thanks

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.