Re: [PHP-DB] records into an editable box

2002-03-06 Thread Dan Brunner
Hello!! Do you mean a textarea?? And you want to populate the textarea with the data, right? Dan On Wednesday, March 6, 2002, at 01:34 AM, [EMAIL PROTECTED] wrote: How would I change this sql statement to pull the db table and display it within an editable box within a form? Any help

Re: [PHP-DB] records into an editable box

2002-03-06 Thread jas
No dan I mean textbox... but I am assuming you dont have any idea where a good tutorial would be then. Thanks anyways. Jas Dan Brunner [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hello!! Do you mean a textarea?? And you want to populate the textarea with

RE: [PHP-DB] records into an editable box

2002-03-06 Thread Shrock, Court
do you mean something like: ?php $record = mysql_fetch_array(mysql_query(SELECT $table FROM $field,$dbh)); echo Text: input type='text' name='some_name' value=\{$record['wel_area']}\br\n; ? of course, the output above would need to be inside an html form. -Original Message- From: jas