Hello to all.
I am trying to install one script, but it crashes:
Deprecated: Function ereg_replace() is deprecated.
I understand you need to install the version of php 5.3 , but how to change this part of the code correctly?
$template = ereg_replace("{([A-Z0-9_]+)}","",$template); if (ereg("^(http://|ftp://|mailto:).*$", $back)) $back = "/_admin/";
preg_replace("/{([A-Z0-9_]+)}/"....)
- Mike