I notice when I install MODs on forum alot of files are almost the same in forum which works on PHP4 and PHP5 with the one which works only on PHP4.
Only lines with
Code: Alles auswählen
$HTTP_GET_VARS
and
$HTTP_POST_VARS
instead of that it is
Code: Alles auswählen
$_GET
and
$_POST
Should I change all lines in files from
Code: Alles auswählen
$HTTP_POST_VARS to $_POSTI already when install some MODs change this code, should I do for all files?