What I'm trying to do is replacing some code in some php-files from $_GET["whatever"] to get("whatever) and $_POST["whatever"] to post("whatever") so I can make some functions that handles all http-arguments with special characters like ζψεφό by converting them to html-tags like ø
Martin
Comment on Re: Re: Replacing text - problem with $1 variable