From: | Fernando Javier Luyo Zegarra <fluyoz(at)hotmail(dot)com> |
---|---|
To: | sandra lituma <sandrals84(at)gmail(dot)com>, <pgsql-es-ayuda(at)postgresql(dot)org> |
Subject: | RE: ayuda con phpmascript por favor |
Date: | 2008-01-22 20:25:11 |
Message-ID: | BLU107-W103EBF3CCC614A2BC91DF7DC3E0@phx.gbl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
Sandra
revisa esta direccion :
http://foro.gabrielortiz.com/topic.asp?TOPIC_ID=17469
encontraras personas con mas dominio del phpmascript
espero te sirva
saludos desde Paracas - Peru
Fernando
Date: Tue, 22 Jan 2008 16:12:21 +0100From: sandrals84(at)gmail(dot)comTo: pgsql-es-ayuda(at)postgresql(dot)orgSubject: [pgsql-es-ayuda] ayuda con phpmascript por favor
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
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
From | Date | Subject | |
---|---|---|---|
Next Message | Reynier Perez Mira | 2008-01-22 20:43:13 | RE: Novato con PostgreSQL |
Previous Message | Teofilo Oviedo | 2008-01-22 19:40:52 | Re: Conectar Postgresql con SharpDevelop |