Page 1 of 1

how to use shmop function

Posted: Tue Jun 27, 2006 5:06 am
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

Posted: Tue Jun 27, 2006 8:28 am
by feyd
Are you absolutely sure you need shared memory? Could you explain, in more detail, what you're wishing to do?

Need help

Posted: Thu Jun 29, 2006 2:27 am
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