[PHP] link generating script

2005-04-25 Thread Ed Dorsch
I'm scripting a photo gallery page that generates links (1 through $max), sends the selected number in the url, then displays a set of photos based on the number. However, I want it to display the number of the current gallery differently than the other numbers. If the browser clicks on "3"

Re: [PHP] link generating script

2005-04-25 Thread Ryan A
On 4/25/2005 5:23:16 PM, Ed Dorsch ([EMAIL PROTECTED]) wrote: I'm scripting a photo gallery page that generates links (1 through $max), sends the selected number in the url, then displays a set of photos based on the number. However, I want it to display the number of the current gallery

RE: [PHP] link generating script

2005-04-25 Thread Ryan A
PROTECTED] Sent: Monday, April 25, 2005 8:47 AM To: Ed Dorsch Cc: php Subject: Re: [PHP] link generating script On 4/25/2005 5:23:16 PM, Ed Dorsch ([EMAIL PROTECTED]) wrote: I'm scripting a photo gallery page that generates links (1 through $max), sends the selected number

Re: [PHP] link generating script

2005-04-25 Thread Cas
] Sent: Monday, April 25, 2005 8:47 AM To: Ed Dorsch Cc: php Subject: Re: [PHP] link generating script On 4/25/2005 5:23:16 PM, Ed Dorsch ([EMAIL PROTECTED]) wrote: I'm scripting a photo gallery page that generates links (1 through $max), sends the selected