how to use shmop function

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
nepaliphp
Forum Newbie
Posts: 2
Joined: Tue Jun 27, 2006 4:28 am

how to use shmop function

Post by nepaliphp »

I need to make one user counter so i need to use shmop(Shared Memory) so i tried to use shmop function but
i dont know how to configure shmop in php.ini so plz help me.
thnakx
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Are you absolutely sure you need shared memory? Could you explain, in more detail, what you're wishing to do?
nepaliphp
Forum Newbie
Posts: 2
Joined: Tue Jun 27, 2006 4:28 am

Need help

Post by nepaliphp »

I am autually going to create a php program that is going to count the user login.
I have one idea to solve this problem by making database but this not good idea so i want to make a share memory so that i can store all the user login and count the user visited my page.
is there any idea to use session to solve this problem.
thankx
Post Reply