Justtechjobs.com Find a programming school near you






Online Campus Both


php4-beta | 200004

[PHP4BETA] global error?? From: Alex Noffe (Alex.Noffe <email protected>)
Date: 04/12/00

I useing PHP4RC1 and I had found an error:

function function1($e)
{
    gloabl $e;

    Echo "$e";
}

No errors it's were coming, and the variable is terminated.

cu
Alex Noffe