Fw: [PHP-DB] Dynamic Navigation Bar

2005-12-23 Thread Julien Bonastre
From: Julien Bonastre [EMAIL PROTECTED] To: Bastien Koert [EMAIL PROTECTED] Sent: Friday, December 23, 2005 11:01 PM Subject: Re: [PHP-DB] Dynamic Navigation Bar I would suggest using the GET method.. Unless you have some reason you don't want the data passed via GET.. In which case I

Re: Fw: [PHP-DB] Dynamic Navigation Bar

2005-12-23 Thread dpgirago
PM Subject: Re: [PHP-DB] Dynamic Navigation Bar I would suggest using the GET method.. Unless you have some reason you don't want the data passed via GET.. In which case I suggest just storing all that in a session.. So for example, I wouldn't want to pass a big ugly html-encoded query

Re: Fw: [PHP-DB] Dynamic Navigation Bar

2005-12-23 Thread Julien Bonastre
PROTECTED] To: php-db@lists.php.net; [EMAIL PROTECTED] Sent: Saturday, December 24, 2005 1:03 AM Subject: Re: Fw: [PHP-DB] Dynamic Navigation Bar Thanks for weighing in on the question, Julien. It's an intranet application, and I have some influence with the users' browser settings, so I used

[PHP-DB] Dynamic Navigation Bar

2005-12-22 Thread dpgirago
Results from full-text searches on a documents database are returning sometimes 300-400 hits, so I'm gonna need to implement a dynamic navigation bar. Perhaps this a stupid question, but it seems from a brief googling that navigation bars - dynamic or not - operate by appending variables and

RE: [PHP-DB] Dynamic Navigation Bar

2005-12-22 Thread Bastien Koert
No, you could try keeping that data in sessions or in hidded form fields in the page...note that the latter requires that you do a page submit with the onclick of the link / button Bastien From: [EMAIL PROTECTED] To: php-db@lists.php.net Subject: [PHP-DB] Dynamic Navigation Bar Date: Thu

RE: [PHP-DB] Dynamic Navigation Bar

2005-12-22 Thread dpgirago
requires that you do a page submit with the onclick of the link / button Bastien From: [EMAIL PROTECTED] To: php-db@lists.php.net Subject: [PHP-DB] Dynamic Navigation Bar Date: Thu, 22 Dec 2005 09:27:33 -0600 Results from full-text searches on a documents database are returning sometimes 300-400 hits

RE: [PHP-DB] Dynamic Navigation Bar

2005-12-22 Thread Bastien Koert
javascript Bastien From: [EMAIL PROTECTED] To: php-db@lists.php.net Subject: RE: [PHP-DB] Dynamic Navigation Bar Date: Thu, 22 Dec 2005 09:38:01 -0600 Thanks for the quick response, Bastien. I was thinking that using hidden fields may be another way to go. But how would I assign a value