Re: [PHP] Holding links in a database

2004-08-07 Thread Robby Russell
On Sat, 2004-08-07 at 08:19, Shaun wrote: > Hi, > > I have a table in my database that holds links for individual pages on my > site: > > mysql> DESCRIBE Page_Links; > +---+--+--+-+-++ > | Field | Type | Null | Key | Default | Extra

[PHP] Holding links in a database

2004-08-07 Thread Shaun
Hi, I have a table in my database that holds links for individual pages on my site: mysql> DESCRIBE Page_Links; +---+--+--+-+-++ | Field | Type | Null | Key | Default | Extra | +---+--+--+-+--

Re: [PHP] R: [PHP] Holding links in a database

2004-06-24 Thread Steve Douville
36 AM Subject: Re: [PHP] R: [PHP] Holding links in a database > On Thursday 24 June 2004 21:14, Alessandro Vitale wrote: > > I'd like to apply! > > Jeez. Can we kill this thread now? > > If you want to make what you think is a witty comment then at least tri

Re: [PHP] R: [PHP] Holding links in a database

2004-06-24 Thread Jason Wong
On Thursday 24 June 2004 21:14, Alessandro Vitale wrote: > I'd like to apply! Jeez. Can we kill this thread now? If you want to make what you think is a witty comment then at least trim your post! -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrator

[PHP] R: [PHP] Holding links in a database

2004-06-24 Thread Alessandro Vitale
I'd like to apply! A. -Messaggio originale- Da: Jay Blanchard [mailto:[EMAIL PROTECTED] Inviato: giovedi 24 giugno 2004 14.00 A: [EMAIL PROTECTED]; Shaun Cc: [EMAIL PROTECTED] Oggetto: RE: [PHP] Holding links in a database [snip] Quoting Jay Blanchard <[EMAIL PROTECTED]>: &

RE: [PHP] Holding links in a database

2004-06-24 Thread Jay Blanchard
[snip] Quoting Jay Blanchard <[EMAIL PROTECTED]>: > [snip] > I have created a site that is begining to accumulate a large number of > pages. I have been considering holding links to all pages in a database > so that the sub menus alter dynamically rather than being hand coded. > Has anyone else do

RE: [PHP] Holding links in a database

2004-06-24 Thread webmaster
Quoting Jay Blanchard <[EMAIL PROTECTED]>: > [snip] > I have created a site that is begining to accumulate a large number of > pages. I have been considering holding links to all pages in a database > so that the sub menus alter dynamically rather than being hand coded. > Has anyone else done this

RE: [PHP] Holding links in a database

2004-06-24 Thread Jay Blanchard
[snip] I have created a site that is begining to accumulate a large number of pages. I have been considering holding links to all pages in a database so that the sub menus alter dynamically rather than being hand coded. Has anyone else done this... [/snip] Yes. -- PHP General Mailing List (http:

[PHP] Holding links in a database

2004-06-24 Thread Shaun
Hi, I have created a site that is begining to accumulate a large number of pages. I have been considering holding links to all pages in a database so that the sub menus alter dynamically rather than being hand coded. Has anyone else done this... Many thanks for your thoughts/comments -- PHP Gen