<option value=$...id>..</option>
> Cum fac ca dintr-o lista sa pot trimite parametrul "$relationtypeid"
> si nu ceea ce este afisat in ea (si anume "$type_of_relation") ?
> (Vreau sa afiseze una si sa trimita alta)
>
> <td> <select name="relationtype" size="1">
> EOT
> $many = $result4->ntuples;
> for ($count=0; $count<$many; $count++) {
> $relationtypeid = $result4->getvalue($count,0);
> $type_of_relation = $result4->getvalue($count,2);
> print <<EOT;
> <option>$type_of_relation</option>
> EOT
> }
> print <<EOT;
> </select>
> </td>
>
>
> ---
> Detalii despre listele noastre de mail: http://www.lug.ro/
--
"Let's be realistic and try the impossible." - Che Guevara
---
Detalii despre listele noastre de mail: http://www.lug.ro/