php: array_replace_recursive alternative - by Glubber i need a solution for array_replace_recursive, because my php-version isnt high enough. i wat to use this code $_GET = array_replace_recursive($_GET, array("amp"="&")); easy, isnt it? Glubber Read the article