P Page Syntax Page(); Description Returns the number of the current page. Returns num The number of the current page. Example $pg=page(); if(num($pg)=1){ $text="First";}
Page();
$pg=page();
if(num($pg)=1){ $text="First";}