Please
I started use PHP.
How can I use session?
In ASP is very simple
<%
Session("counter")= 100 Session("counter") =Session("counter")+1
%>
In PHP I tried but I cant.
Thank you
That depends. Are you using PHP3 or 4? For PHP3 use phplib, PHP4 has session support built in. http://us4.php.net/manual/ref.session.php