Actually, that didn't work completely.
It took out the
's but printed the lines with extra blank lines between them.
I tried
$info=str_replace("
", "", $info);
and that worked fine.
Thanks...
don't know why I didn't think of str_replace myself.
Much Appreciated!
|