View Single Post
Old 05-15-2013, 03:16 PM  
Dankasaur
So Fucking Fossilized
 
Industry Role:
Join Date: Sep 2011
Posts: 1,432
Quote:
Originally Posted by mkx View Post
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 ?>
Dankasaur is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote