dsaba Posted April 9, 2007 Share Posted April 9, 2007 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 Link to comment https://forums.phpfreaks.com/topic/46241-solved-parse-error-syntax-error-unexpected-t_variable/ Share on other sites More sharing options...
dsaba Posted April 9, 2007 Author Share Posted April 9, 2007 fixed it Link to comment https://forums.phpfreaks.com/topic/46241-solved-parse-error-syntax-error-unexpected-t_variable/#findComment-224824 Share on other sites More sharing options...
MadTechie Posted April 9, 2007 Share Posted April 9, 2007 what was the problem ? Link to comment https://forums.phpfreaks.com/topic/46241-solved-parse-error-syntax-error-unexpected-t_variable/#findComment-224826 Share on other sites More sharing options...
btherl Posted April 9, 2007 Share Posted April 9, 2007 There was no problem in the code he posted. Link to comment https://forums.phpfreaks.com/topic/46241-solved-parse-error-syntax-error-unexpected-t_variable/#findComment-224834 Share on other sites More sharing options...
MadTechie Posted April 9, 2007 Share Posted April 9, 2007 didn't think so.. Link to comment https://forums.phpfreaks.com/topic/46241-solved-parse-error-syntax-error-unexpected-t_variable/#findComment-224845 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.