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 "<B>text:</B><br>\n";
printf(mysql_result($result,"wel_area"));
?>
Thanks in advance,
Jas



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

Reply via email to