Orionsbelter Posted August 28, 2008 Share Posted August 28, 2008 this is the code: stripslashes($fetch->quote); what this is the users profile but now i add the stripslashes() it wont display any text. please help Link to comment https://forums.phpfreaks.com/topic/121703-help-stripslashes/ Share on other sites More sharing options...
BlueSkyIS Posted August 28, 2008 Share Posted August 28, 2008 echo $fetch->quote and see if there is anything in there. $val = $fetch->quote; echo "val: $val<BR>"; $val_stripped = stripslashes($val); echo "val_stripped: $val_stripped<BR>"; Link to comment https://forums.phpfreaks.com/topic/121703-help-stripslashes/#findComment-627794 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.