יש לי את השגיאה הבאה:
Warning: preg_replace() [function.preg-replace]: Empty regular expression in /home/content/l/a/d/ladart/html/admin/config.php on line 24
על הביטוי הבא:
PHP קוד:
$name=preg_replace(" ", "_", $name);
הנמצא בפונ'
PHP קוד:
function space($name)
{
$name=preg_replace(" ", "_", $name);
return $name;
}
מטרת הפונ' להפוך רווחים ל _