Geee cannot remomber
I'd like to do this:
function blabla(var $something_to_b e_updated)
{
$something_to_b e_updated++;
}
but it is not var. How do I do this?
Is there a better way than a function for this?
s
I'd like to do this:
function blabla(var $something_to_b e_updated)
{
$something_to_b e_updated++;
}
but it is not var. How do I do this?
Is there a better way than a function for this?
s
Comment