1
Hello all!
I'm trying to convert wfsections 1 module to be compatible with php 5 and I already made all changes related to the vars change:
$HTTP_GET_VARS ==> $_GET
$HTTP_POST_VARS ==> $_POST
$HTTP_COOKIE_VARS ==> $_COOKIE
$HTTP_SERVER_VARS ==> $_SERVER
$HTTP_POST_FILES ==> $_FILES
$HTTP_POST_VAR ==> $_POST
but I'm still not being able to run it...
has anyone converted it to php5 compatibility and could help me further?
thanks