dhpr111 Posted April 3, 2011 Author Share Posted April 3, 2011 befor echo $rowone["menu_name"]; put print_r($rowone); that will give you the values you can call from that query.. result is the same. Quote Link to comment Share on other sites More sharing options...
blacknight Posted April 3, 2011 Share Posted April 3, 2011 try changing while($rowone = mysql_fetch_array($parent)){ to while($rowone = mysql_fetch_assoc($parent)){ and try agian Quote Link to comment 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.