How Can I Add This Feature ?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
saqib389
Forum Commoner
Posts: 44
Joined: Wed Nov 30, 2005 2:13 am

How Can I Add This Feature ?

Post by saqib389 »

how can i add this feature ...
can any one tell me please.......


Members: 47,596
Visitors Online: 1,907
Members Online: 14
Visits: 1,772,948

Members Online:
tctrav
phence
zavaboy
the_notion
aeafisme23
lyngate
DallasAB



waiting for hopefull response
SaQib
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Post by josh »

If I knew more about your existing user tracking system I could help you
saqib389
Forum Commoner
Posts: 44
Joined: Wed Nov 30, 2005 2:13 am

Post by saqib389 »

ANy oNe Helpp Me ?
foobar
Forum Regular
Posts: 613
Joined: Wed Sep 28, 2005 10:08 am

Post by foobar »

saqib389 wrote:ANy oNe Helpp Me ?
jshpro2 wrote:If I knew more about your existing user tracking system I could help you
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

As in, tell us more about the system you use (if any).

If you do not have a user management system, you'll need to create one of those first.

Google for "php "user management" tutorial"

Once you learn that, what you want is quite simple. It's just database stats, besides users online. Google "php "users online" tutorial" for that.
Post Reply