HI Guys i am trying to increase a variable value whenever a function is called from Main page.
Function something()
{
$count++;
}
I have declared $count as a static stil whenever i call this function it reassigned the value.Same for Session.
Need Help.
Thanks in Advance.
Function something()
{
$count++;
}
I have declared $count as a static stil whenever i call this function it reassigned the value.Same for Session.
Need Help.
Thanks in Advance.