hate to be a newbie, but i dont understand global variables!!!!:S:S
Any chane of a small explanation?
or would i be right using this?
function example(){
la di da, code etc
}
GLOBAL $variable
that correct?
Or something that hit me now:
function example($variable) {
...
}
would that work also? or am I totally off course
and while im here. whats the advantage of globalising variables? and what does it mean exactly?
🙂 merci!