Hello,
I had few doubts in Cookies.
I am doing User Tracking in PHP.
Can you please solve this Cookies Problem.
I had Cookies Collection in ASP like this:
ASP CODE:
<%
if Request.Cookies("SiteCount")(SiteVisited) <> "Visited" then
rs("HitCount") = 1
Response.Cookies("SiteCount")(SiteVisited) = "Visited"
end if
%>
Please I want the Same Cookie Collection Syntax in PHP.
Please can u send it. If Could find any thing on this, It will be a great help to me.. I am struggling this problem since a yesterday.
So please try to solve and Give the reply whether it is possible or not????
Regards,
Katkuri Srinivas
srinivask@creax.com