ציטוט:
נכתב במקור על ידי בניה
בס"ד
אתה רוצה שהקוד יוצג בדפדפן אבל לא יורץ?(כתבת שרת לא דפדפן)
תעשה:
$string=str_replace('<','<',$string);
$string=str_replace('>','>',$string);
|
חחחח יש לך טעות בקוד, אתה בטח מתכוון ככה:
PHP קוד:
$string = str_replace('<','<',$string);
$string = str_replace('>','>',$string);
$string = str_replace('\"','"',$string);