[PHP-DB] records into an editable box

2002-03-06 Thread jas
How would I change this sql statement to pull the db table and display it within an editable box within a form? Any help or tutorials would be great. ?php $result = mysql_query(SELECT $table FROM $field,$dbh) or die(Could not execute query, please try again later); echo Btext:/Bbr\n;

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
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 11:35 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] records into an editable box How would I change this sql statement to pull the db table and display it within an editable box within a form? Any help or tutorials would be great