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... :-\ Quote 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 } Quote 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 Quote 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. Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/148827-solved-strange-parse-error/#findComment-782001 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.