Something of that sort.

What I'm trying to do is dynamically create links on a site.

[Home] [Page1] [Page2] etc.  

The array would look something like

array("Home" => "index.php", "Page1" => "Page1.php");

The site is dynamically created.  The user is able to create 
and edit new pages and thus add new links to the link list.

I suppose I could do it without an array, but I figured an 
array would allow for much cleaner code.

Ideas?

--Tony

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 22, 2004 11:58 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] MySQL query to generate Array


Are you trying to create a breadcrumb trial?

Tryst

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to