Categories
Tags → Php Time Session

GeN2 PTC Script

Features: Module based: This means, we can create add-ons that install with a single click, and keep adding features that you can have without a hassle. Easy Template System: Just choose a template and it starts working. PHP Session Logins and Ad ...
DETAILS

PHP Sessions

A session is the time that a user spends at your Web site. Users may view many Web pages between the time they enter your site and leave it. Often you want information to be available for a complete session. Beginning with version 4.0, PHP provides a...
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

PHP Pass

simply add or include() the PHP Pass code to the top of your file(s), change the password to what you want it to be, and it''s done - any time someone connects to that script, they''ll be given a login form. It works across sessions, ...
DETAILS

Session Handling with PHP 4

Unlike PHP 3, PHP 4.0 has built-in capabilities to handle session management. The session management functionality in PHP 4.0 is easy to use, powerful and open for custom modifications. Creating sessions allows you to keep track of the actions of a p...
DETAILS
©2003-2019 jCay.com