Re: [PHP] link generating script

2005-04-25 Thread Cas
> > > if ($n=$Pagenum) {print ' ' . $n;} > > > > > > > > else > > > > > > > > {print ' '.$n.'';} > > > > print ' '; > > > > > > > > > > > > >

RE: [PHP] link generating script

2005-04-25 Thread Ryan A
nt ' '.$n.'';} > > print ' '; > > > > > > > > -Original Message- > > From: Ryan A [mailto:[EMAIL PROTECTED] > > Sent: Monday, April 25, 2005 8:47 AM > > To: Ed Dorsch > > Cc: php > > Subject: Re: [PHP] link

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 differe