Jump to content

php and mysql menu


loki951510

Recommended Posts

i need to make this menu go down insted of right here is the code

 

  <?php do { ?>
   <li> <a href="?p=<?php echo $row_rsMainNav['pg_id']; ?>"<?php getSelectFront($row_rsMainNav['pg_id']); ?>><?php echo $row_rsMainNav['pg_link']; ?></a><br /></li>
    <?php } while ($row_rsMainNav = mysql_fetch_assoc($rsMainNav)); ?>

 

the site is @ www.dsserver.co.uk/cmd so u can see what i mean

Link to comment
https://forums.phpfreaks.com/topic/266288-php-and-mysql-menu/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.