Forum Moderators: open
is there a way for me to save a list of the visitors names, so that there can be a section which says:
people who have visited this site:
visitorname1
visitorname2
ect...
but also, I need it so the list omits entries that are blank.
any help that could step me in the right direction would be great.
Learning how to do so can make your website 100000 times more user interactive.
I have something like this setup to record LOADS of information about my visitors.
... I guess you could do it, almost using solely JavaScript, but you'd have to make a script to insert the data you want to collect into a form textarea/text and then make any clickable link from there not only take them to a new page, but submit the invisible form containing information about their stay.
It would be way tedious, but could be done.
Your best bet is to go with some kind of a database that you can pull from. (MySql in conjunction with PHP does this nicely)