s.eardley Posted March 10, 2009 Share Posted March 10, 2009 Parse error: parse error in ***.php on line 93 My script is only 92 lines long... :-\ Link to comment https://forums.phpfreaks.com/topic/148827-solved-strange-parse-error/ Share on other sites More sharing options...
revraz Posted March 10, 2009 Share Posted March 10, 2009 Would help if you post your code, you probably just forgot a ; or a } Link to comment https://forums.phpfreaks.com/topic/148827-solved-strange-parse-error/#findComment-781508 Share on other sites More sharing options...
sasa Posted March 10, 2009 Share Posted March 10, 2009 remove last, blank line and error is go to line 92 Link to comment https://forums.phpfreaks.com/topic/148827-solved-strange-parse-error/#findComment-781510 Share on other sites More sharing options...
Luodeni Posted March 10, 2009 Share Posted March 10, 2009 Parse error: parse error in ***.php on line 93 My script is only 92 lines long... :-\ Most likely you are missing a ";" or a "}" the easiest way to find this out is to to use IDE that has color highlighting when u click on a curly brace. Maybe you could upload the code here and we could have a look. Link to comment https://forums.phpfreaks.com/topic/148827-solved-strange-parse-error/#findComment-781539 Share on other sites More sharing options...
s.eardley Posted March 11, 2009 Author Share Posted March 11, 2009 I found the problem. I had transferred the files from one system running wamp to a different system and it was two different versions of PHP running. Problem solved. Thanks a lot. Link to comment https://forums.phpfreaks.com/topic/148827-solved-strange-parse-error/#findComment-782001 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.