Hey all, I'm having some trouble. On a page, I've got a multiline text
box. When I enter :
a
b
c
d
and hit submit (sending to my post.php page) and from post.php, echo
$_POST["info"] if shows up as a b c d. No carrige returns show. My
questions is... how can I do this? I know it's possible because I've
seen demonstrations, but can't seem to figure out how to do it.
Thanks,
IWP506
box. When I enter :
a
b
c
d
and hit submit (sending to my post.php page) and from post.php, echo
$_POST["info"] if shows up as a b c d. No carrige returns show. My
questions is... how can I do this? I know it's possible because I've
seen demonstrations, but can't seem to figure out how to do it.
Thanks,
IWP506
Comment