Quote:
Originally Posted by mkx
sorry im still a bit confused, tried this with no luck =
<?php
$x = str_replace(array("\r\n","\r"),"",$x);
$x = strip_tags($hi->hello);
print $x ?>
|
Code:
<?php
$x = str_replace(array("\r\n","\r"),"",$hi->hello);
$x = strip_tags($x);
print $x ?>