- الرئيسية
- ما الجديد !
-
الصفحات▼
الصفحات
مشكلة في أرشفة المنتدى
الساعة الآن 12:26 PM
There are 5 pre-defined entity references in XML:
| < | < | less than |
| > | > | greater than |
| & | & | ampersand |
| ' | ' | apostrophe |
| " | " | quotation mark |
There are 5 pre-defined entity references in XML:
< < less than
> > greater than
& & ampersand
' ' apostrophe
" " quotation mark
$description = str_replace("&",'&', $description);
$SubjectList[$x]['title'] = str_replace("&",'&', $SubjectList[$x]['title']);
$SubjectList[$x]['title'] = $this->convert_int_to_utf8($SubjectList[$x]['title']);