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? 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. 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 Link to comment https://forums.phpfreaks.com/topic/272382-unexpected-variablle-help/#findComment-1401388 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.