now I got a headache problem, whether the php code runs from top to bottom?
in my code:
function function1($param1,$param2)
{
generate the static data area
...
generate the identifying code
...
call another function to update the 'static data area'
}
function function2 ()
{
the function is to finish update the static data area
}
now , the identifying code always be generated after the function2 finish.