-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

At 25.03.2001 22:36, you wrote:
>Hello boys.... that's ok??  well ....
>I have this question....
>I connect to a database (on interbase 6) and retrive some datas from a
>table...
>now  i want to create a form where the input field show old datas into
>the respective input text box...

echo "<input type=text value=" . $from_database .">";

should create a textbox with $from_database as it's value
and then it's up to you how you'd like to fill $from_database, either from
a database (duh) or by any other means...

Regards,


- -- 
Andreas Landmark / noXtension
[EMAIL PROTECTED]
"Martin Luther King, Malcom X, Freedom of speech is as good as sex."
         - Madonna, Perfomer
-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>

iQA/AwUBOr5se79yhB2yvq6AEQIQrwCfWLfduD8q42QvvVAkFdAOe3kscrkAmgKe
STRXaLiXYYohUzkxvhCPd0A1
=DZnR
-----END PGP SIGNATURE-----


-- 
PHP Database 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