Hi all. I looked for a solution on the web, but couldn't find it. Can someone tell me if this will still work in PHP 6:
function main() {
global $varone, $vartwo;
...php code
}
?>
I read that some global function are removed for the sake of security.
Thank you.