I am new to Mysqli_* and I am getting these errors:
(PHP 4 >= 4.0.5, PHP 5, PHP 7)
preg_replace_callback — Perform a regular expression search and replace using a callback
$url = preg_replace('/\/index.php$/i', '', reset($url = explode('?', $_SERVER['HTTP_REFERER'])));
I've read the PHP site and I am just not seeing something. I've tried using preg_replace_callback and splitting the striing and still not working.