Hulf wrote:
This does not work

echo $title=$row['title'];
echo "<tr><td><input name=\"title\" type=\"text\ value=\"$title\" /></td>";

In what way does it "not work" and you do realise you're outputting $title on its own as well as the table row and input. This will appear above the table in most browsers since it's not actually part of the table.

-Stut

--
http://stut.net/

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

Reply via email to