Hi there , im trying to achieve auto numbering of pages as they are loaded. for example, if i load a page for the first time , the number should be P001 and if i load it a second time, the number should be P002.
Also im trying to create automatic numbering for a list of items such that as items are added, the serial number corresponds to the position of the item in the table for example when item one is added it picks serial number 1 and when item two is added it should pick serial number 2. This should be limited to one page and should always start at one once a page is loaded.
How can i achieve this? I really need help. Thanks so much