error notice fungsi ereg pada php 5.3.x
Deprecated: Function ereg() is deprecated in .....
Solutions:
Change the function ereg to mb_ereg
ubah fungsi ereg menjadi mb_eregcontoh
if (ereg("db_functions.php",$PHP_SELF)) {
menjadi
if (mb_ereg("db_functions.php",$PHP_SELF)) {


18.39
SanteBae
0 komentar:
Posting Komentar