Peter Beckman wrote:
Here's your problem:

"acct[]" doesn't equal anything.

$acct[4] might.

So:

echo "<input type='radio' name='gl_acct' value='{$acct[4]}'>";

Peter -- Thanks again for you help.
I wonder if it's not a quoting issue on my part?
How would I use the $row["column_name"], in the above statement? Since
it not a $_POST[] filed?


Thanks in  advance,
David


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to