Sorry for asking what be a standard question on this forum, but the forum's "Search" is down.
PHP is displaying the values of variables just fine. But I need the values to stay and be available for many users and sessions. Each value must be displayed in a unique cell of a table until the original form is updated.
From reading, I suspect I need a Cookie of Session()but I can't grasp the syntax.
Finally, do I overwrite the storage file's data or append? If appending how do I retrieve a specific (last) entry?
PHP is displaying the values of variables just fine. But I need the values to stay and be available for many users and sessions. Each value must be displayed in a unique cell of a table until the original form is updated.
From reading, I suspect I need a Cookie of Session()but I can't grasp the syntax.
Finally, do I overwrite the storage file's data or append? If appending how do I retrieve a specific (last) entry?