ok, here is the thing.
I lack experience in both xml and javascript
But using this, I want to create a code that adds a value to a mysql database on page load, and removes it on page leave.
imagine the following:
table name: TABLE
databasename: DATA
mysql info : username root, password not set aka ""
on page load: add "userconnected" in field users as new row
on page unload: remove previous entry
Now I know this is possible, I just lack the skills to do it.
How can I do this?
Tutorials are not appriciated, however clear working samples are.
Thank you for reading
I lack experience in both xml and javascript
But using this, I want to create a code that adds a value to a mysql database on page load, and removes it on page leave.
imagine the following:
table name: TABLE
databasename: DATA
mysql info : username root, password not set aka ""
on page load: add "userconnected" in field users as new row
on page unload: remove previous entry
Now I know this is possible, I just lack the skills to do it.
How can I do this?
Tutorials are not appriciated, however clear working samples are.
Thank you for reading