Still having problems, I tried this foo thing and I got:
Parse error: parse error, expecting ','' or';''
If I use:
echo '
<input type="Text" MAXLENGTH=8 name="name" value=" ';echo $col_8; echo ' " >
Then I don't get an error but when it comes to the quote (") in the field it closes down the value and does not display it right.
phpMyAdmin will display the value right and when I look at the HTML output it looks like this, Im not sure if I should be looking at doing something like this or not.
<input type=text name=fields[picture] value="<IMG SRC="abc.jpg"