Forum Moderators: coopster
I am trying to put a php script on my 3 populer pages to show how much users are currently online.
i have a databse created call "user_online"
Now my question is do i need to create 3 Tables for each page or 1 table for all 3 pages?
Thank You.
You only need to create 1 table, and a field to store the page id.