Hypersource Posted December 26, 2012 Share Posted December 26, 2012 $tokei=mysql_query("SELECT * from club WHERE name='F.O.R.C.E'")or die(mysql_error()); WHILE ($row=MYSQL_FETCH_ARRAY($tokei)) $mem=$row['member']; I get an unpexpected variable error here help? Quote Link to comment https://forums.phpfreaks.com/topic/272382-unexpected-variablle-help/ Share on other sites More sharing options...
Pikachu2000 Posted December 26, 2012 Share Posted December 26, 2012 The error is usually on a line preceding the line number in the error message. Missing closing quote or something similar. Quote Link to comment https://forums.phpfreaks.com/topic/272382-unexpected-variablle-help/#findComment-1401379 Share on other sites More sharing options...
Hypersource Posted December 26, 2012 Author Share Posted December 26, 2012 Rewrote it and it works now Quote Link to comment https://forums.phpfreaks.com/topic/272382-unexpected-variablle-help/#findComment-1401388 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.