ayuda con phpmascript por favor

From: "sandra lituma" <sandrals84(at)gmail(dot)com>
To: pgsql-es-ayuda(at)postgresql(dot)org
Subject: ayuda con phpmascript por favor
Date: 2008-01-22 15:12:21
Message-ID: 88586d670801220712t6617c530h746603bbb837a747@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

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>&nbsp;</td>

<? } ?>

PERO YO NO NECESITO SACAR TODOS LOS NOMBRES DE LOS LAYER SOLO DE ALGUNO SI
ALGUIEN ME PUEDE DAR UNA IDEA LE AGRADECERIA

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Guido Barosio 2008-01-22 15:20:07 Re: ayuda con phpmascript por favor
Previous Message Guido Barosio 2008-01-22 15:07:57 Re: Postgres o Mysql