The value will be used as:
from INTEGER UNSIGNED NOT NULL
which defines different visitors that haven't login.
How to properly generate that number with PHP?
EDIT:
If using database as follows:
create table user_visits(
id INTEGER UNSIGNED NOT NULL AUTO_INCREMENT,
primary key(id)
);
How to insert a new record into it?