On Thu, Jul 16, 2009 at 12:01 PM, Miller, Terion <
tmil...@springfi.gannett.com> wrote:
>
> One question I still have...I had help with this script of course and I'm
> confused with the %s what does it do?
>
> On 7/16/09 9:53 AM, "Martin Scotta" wrote:
>
>
> On Thu, Jul 16, 2009 at 11:01 AM, Andr
One question I still have...I had help with this script of course and I'm
confused with the %s what does it do?
On 7/16/09 9:53 AM, "Martin Scotta" wrote:
On Thu, Jul 16, 2009 at 11:01 AM, Andrew Ballard wrote:
On Thu, Jul 16, 2009 at 9:33 AM, Miller,
Terion wrote:
>
> Here is what finally w
On Thu, Jul 16, 2009 at 11:01 AM, Andrew Ballard wrote:
> On Thu, Jul 16, 2009 at 9:33 AM, Miller,
> Terion wrote:
> >
> > Here is what finally worked:
> >
> > = isset($_GET['letter']) ? $_GET['letter'] : "A";
> //alphabetical pagination links
>
On Thu, Jul 16, 2009 at 9:33 AM, Miller,
Terion wrote:
>
> Here is what finally worked:
>
> isset($_GET['letter']) ? $_GET['letter'] : "A";
> //alphabetical pagination links
> echo '
Here is what finally worked:
';
foreach(range('A','Z') as $c){
($letter == $c)
? printf('%s ',$c)
5 matches
Mail list logo