Tips n Trik

Info untuk anda, walau bermodal COPAS

Senin, 14 Maret 2011

Error notice fungsi ereg pada php 5.3.x

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_ereg

contoh

if (ereg("db_functions.php",$PHP_SELF)) {

menjadi

if (mb_ereg("db_functions.php",$PHP_SELF)) {

0 komentar:

Posting Komentar

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Powered by Blogger