Categories
Tags → Php Long Session

PHP Cookie example and function-helper

PHP has a function setcookie since version 3.0, but this function is too low-level for simple usage. Function ae_put_cookie provided, sets cookie for current domain without specifying long arguments lists. Just three arguments: ''name'', ...
DETAILS

AGTC PHP - Simple Hits Counter

Well its a very simple hits counter that only logs individual hits, in other words one hit per person per visit. Its work simply by checking the visitors Remote Address and logs it as a SESSION. Once the visitor enters your site the session is th...
DETAILS

Simple php User Login Script

Feel free to use this script and modify it. Please leave the credits in. This login script is based on php session data and does not use cookies. It has the ability to let users register themselves. The user inputs there name, username, email, webs...
DETAILS
©2003-2008 jCay.com