Link to home
Start Free TrialLog in
Avatar of NTGrE
NTGrE

asked on

sripslashes ???

Hello.
Im using
$elm1=$_POST['elm1']; to post
<div align="center"><font style="background-color: #ff0000" color="#0000ff" size="5"><b>LINE 1</b></font><br /></div>

but (i dont know why) my page gets...
<div align=\"center\"><font style=\"background-color: #ff0000\" color=\"#0000ff\" size=\"5\"><b>LINE 1</b></font><br /></div>

so iv tryed to remove the \ using
$elm1=$_POST[stripslashes('elm1')];

But is not working....Why???
ASKER CERTIFIED SOLUTION
Avatar of dr_dedo
dr_dedo
Flag of Egypt image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of NTGrE
NTGrE

ASKER

Thnx......

I should know this.... :((