Re: make form list with option select

From: apz <apz(at)nofate(dot)com>
To:
Cc: Ahmad Sentri <sentri(at)unila(dot)ac(dot)id>, pgsql-php(at)postgresql(dot)org
Subject: Re: make form list with option select
Date: 2003-03-26 06:59:26
Message-ID: 3E814FCE.3090208@nofate.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

apz screwed up:
> echo "<option value='".$row1["kode_fak"].".>".$row1["mana_fak"].
> "</option>\n";

it should say:

echo "<option value='".$row1["kode_fak"]."'>".$row1["mana_fak"].
"</option>\n";

if you dont see it, I had ".>" while should be "'>" (to close the html
value string for the option tag). blah, hope this does not deter from
getting this thing for you to work.

enjoy

/apz, Learn to pause -- or nothing worthwhile can catch up to you.

In response to

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Greg Stark 2003-03-26 14:26:19 Re: max and sum function
Previous Message apz 2003-03-26 06:53:55 Re: make form list with option select