PHP HTTP
PHP scripts about HTTP protocol clients, headers and cookies-
Secure Cookie can create a cookie and store data in the cookie encrypting it using a given key. Data can also be retrieved from a cookie, by decrypting it with the same key.Cookies may also be deleted with Secure Cookie.Requirements: PHP 4.0 or higher
-
oracle_sessions script allows conversion of php sessions class to use Oracle instead of MySQL.
-
BrowserDetection analyzes the user agent string sent by the browser and parses it to determine: the type of browser, the user operating system, the version, release and build.BrowserDetection may also compare the browser version against a range of accepted versions, as well if the browser is expected to support page element opacity attribute and transparent PNG images. It can also ...
-
The HTTP referrer URL is checked and the title of the page it points to, gets extracted.Requirements: PHP 4.0 or hifgher
-
counter.php tracks the number of visits and user agents used. Easy to use, just fit for new phper i think. Are you a new phper?
-
MySessions registers the class as a PHP session handler so all operations to access to session data invoke the class functions. It creates a new record on a given MySQL table when the session is start. Subsequent accesses to the same session data make the class retrieve, update or delete the respective table record.MySessions can handle sessions with or without ...
-
HTTP Locale analyzes the HTTP request header Accept-Language and parses it to obtain the idiom and the country used in the browser accessing the current script page.The idiom and country get returned as class variables.Requirements: PHP 4.0.6 or higher
-
Navigator Detector is a simple class that can be used to detect the type of browser that the user is using to access the current script site. It checks the HTTP request User-Agent header to determine the type of browser.Currently Navigator Detector can distinguish whether the browser is the Microsoft Internet, Explorer, Netscape, Mozilla, Firefox and Opera.
-
The current request HTTP headers are parsed and a sorted list of idioms that best match the one supported by the application, is returned.Requirements: PHP 5.0 or higher
-
Sessions can be started and session values can be set with data from associative arrays.Key Features of PHP Session:- Destroy sessions and redirect users to other pages- Store and retrieve persistent session data from XML filesRequirements: PHP 5.0 or higher
-
Inspired by Perl's CGI module, this set of classes aims to separate the namespaces of GET, POST, and Cookie variables, and to provide a few nice methods as well for doing things like transforming and parsing "search engine friendly" links.
-
RapiDownload can be used to serve files for download by the users of a site. It can serve a file from a directory given its file name. RapiDownload can also determine the file type from the file name extension and generate the appropriate HTTP headers that include information about the file type, file size and prevent that the file is ...
-
HV HTTP Multipart is meant to compose and serve multiple pages that replace each other in a single HTTP request. It uses the MIME content type multipart/x-mixed-replace content type to keep the connection open. Only works in browsers that support that content type, obviously. This does not include MS Explorer.HV HTTP Multipart can send multiple pages that replace each other ...
-
HTTP Status is a PHP class for determining HTTP Status codes. HTTP Status is mainly based on Status.pm lib/HTTP/Status.pm> from the libwww-perl collection.
-
The IP address and browser user agent are extracted from the HTTP request variables in order to determine specific information.Key Features of User Info & GeoIP:- Browser name- User Operating System- Determine the user country using a GeoIP database stored in a MySQL database- Search terms and search engine when the user came from search engine pages- Get User Language- ...

