Is it just me, or does if (function_exists($QUERY_STRING)) eval($QUERY_STRING."();");
not work on php 4.0.6
Someone used this line on a server with 4.0.1, it worked.
Does anyone know an alternative to this?