1st: There is a div that changes its content for something that is on the DB.
E.G. News number 1.
and every X seconds, I want the script to get a new news from the DB.Title
time and date
text.
They are getting an id and I made it to get the last 5 id that have been entered (It will show the last 5 posted news.)
I know that it needs jQuery but I don't understand nothing about jQuery.
2nd: I want to create a activity log for every user.
I want to track every login IP to search for multiaccounts (I know how to get the Ip, but not how to store lots of them to the DB or a file).