hello,
for some reason im getting this error on my website,
i never got it on my other server,
can you help me?
this is the errors:
Warning: preg_match() [function.preg-match]: Unknown modifier '/' in /home/www/html/wallpapers/index.php on line 8
Comments and replies About warning: preg_match() [function.preg-match]: unknown modifier
wallpaperama:
it is only a warning, not an error, if you are not affected by the script, you can just hide that error by putting this at the begining of your script:
ini_set('display_errors', 0);