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. Link to comment https://forums.phpfreaks.com/topic/232376-my-code-isnt-working/page/2/#findComment-1196228 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 Link to comment https://forums.phpfreaks.com/topic/232376-my-code-isnt-working/page/2/#findComment-1196279 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.