From: | "Guido Barosio" <gbarosio(at)gmail(dot)com> |
---|---|
To: | "sandra lituma" <sandrals84(at)gmail(dot)com> |
Cc: | pgsql-es-ayuda(at)postgresql(dot)org |
Subject: | Re: ayuda con phpmascript por favor |
Date: | 2008-01-22 15:20:07 |
Message-ID: | f7f6b4c70801220720u7500969dt406d6301307e80d0@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
Sandra, creo que te equivocaste de lista :)
Desconozco la solucion de todos modos.
Saludos,
gb.-
On Jan 22, 2008 1:12 PM, sandra lituma <sandrals84(at)gmail(dot)com> wrote:
> HOLA LISTA MI CODIGO ES EL SIGUIENTE:
>
>
>
> <?php
>
> $layers=$map->getAllLayerNames();
>
> foreach ($layers as $idx => $layer) {
>
> ?>
>
> <tr>
>
> <td><input type=checkbox name="layers[]" value="<?php echo $layer?>" <?php
> echo $layerstatus[$layer]?>></td>
>
> <? if ($layericons[$layer]!="") { ?>
>
> <td><img src="<?php echo $layericons[$layer]?>"></td>
>
> <? } else { ?>
>
> <td> </td>
>
> <? } ?>
>
>
>
> PERO YO NO NECESITO SACAR TODOS LOS NOMBRES DE LOS LAYER SOLO DE ALGUNO SI
> ALGUIEN ME PUEDE DAR UNA IDEA LE AGRADECERIA
--
Guido Barosio
-----------------------
http://www.globant.com
guido(dot)barosio(at)globant(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | Guido Barosio | 2008-01-22 15:22:14 | Re: RV: Replicas |
Previous Message | sandra lituma | 2008-01-22 15:12:21 | ayuda con phpmascript por favor |