Hi Denis,

@ 8:13:41 PM on 4/15/2001, Denis Mettler wrote:

> I got Data from my Database, but how can I show them in a textfiled
> within a html form? Any ideas?

Show us some code?

Assuming you've gotten the data into a $row->column, just echo it
into the value of one of the form fields:

<input type="text" name="foo" value="<?php echo $row->column; ?>" />


-Brian
--
 PGP is spoken here: 0xE4D0C7C8
 Please, DO NOT carbon copy me on list replies.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to