Re: PLEASE HELP - PHP menus



Message-ID: <1185857054.867928.107390@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> from
cpptutor2000@xxxxxxxxx contained the following:

What I am
not sure about is how the information that is extracted from the
database is to be sent to the menu.php file, if I am trying to use a
include ... from inside another php file.

If you extract the information from the db and store it as an array,
then this array will be available to the included file. Or simply do
the database call within menu.php and then loop through it to create the
menu.

--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
.



Relevant Pages