|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
||||
|
||||
|
Good day to you all,
I'm using session and I would like to give a variable name to the session that the user is in ex : 1 : 192.168.0.200 : 10-01-2008--10h25 1 is the total count visitor for this page (he is the first)(read from file) 192.168.0.200 is his IP and the date the use logged into the session Can somebody help me with this ??? Thanks !
__________________
That's why we are not alone on earth, to help each other ! Let's build ! |
|
#2
|
||||
|
||||
|
are you saying that you want to name the SESSION? I'm not sure that's what you're saying you want to do.
why not simply add variables to the session $_SESSION['count'] = $_SESSION['IP'] = $_SESSION['startDate'] =
__________________
There is no spoon. |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Coding > php4 - Session name with counter number from file and time first logged |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|