whats the best way to get an array to an forms textarea?
like
test test2
?
¬_¬
w00t?
could you be more specific maybe?
where from where to why u need an array... that sort of stuff
well, it's quite hard to understand your problem...
If I understand you correctly, try this...
<? $foo = implode( "\n", $array ); ?> <textarea name="smu"><?=$foo?></textarea>