hm...
echo "<input type=\"text\" size=\"1\" name=\"title[$thread[threadid]]\" value=\"$thread[title]\">";
is the shortest form i could make...
Removing this like causes that title of the thread is deleted in the DB
But isn't there any way to avoid the input box,
just assign the value to the variable ?
Just which value...
$title[$thread[threadid]]=$thread[title];
- sure does not works