Advertisment
This article demostrates an easy way to maintain sessions and security (or authorization) in PHP. It does NOT use the PHP built in session support....
Views: 997 | | by Jarry
PHP - Security
This article will guide you through writing secure PHP code and covers many of the common security pitfalls one will encounter while making php...
Views: 1003 | | by Source
PHP - Security
Nice little function that will generate a completely random password.
Views: 985 | | by Slicer
PHP - Security
Most sites use a standard template throughout the whole website. The header and footer data is stored in a .php file and loaded for each page...
A tutorial with code snipple included that tells you how to generate links with URLs such as index.php?ID=5 and such. Very easy to follow.
This tutorial sows you how a simple php login system is created.
HTTP as a protocol is stateless, which doesn't make it easy for a developer. For example, your web server sends out a page to someone ordering...
This three-page online tutorial/article talks about managing user session and authntication using PHPLIB, a set of PHP classes designed to make is...
This tutorial along with sample code explains how to make a hardcoded admin password gateway using PHP. It also covers how to use .htaccess for...
Here is a step-by-step tutorial on how to create a user authentication system using PHP/MySQL. It takes you through creating an appropriate MySQL...
One of the new great features with PHP4 is the session management feature. It allows you to store variables in a session 'object' during...
One cool thing about php is that you can fairly easily validate users before displaying content on a page by page basis. Let's say you...
This tutorial by PHPBuilder will show you how to build PHP/WML pages to access a MySQL database which contains professors' receiving hours and...
This article covers the basics of wml, how to set up your apache server, and php. Covering the basics allows you to set up the wireless environment...
Ever wonder what it took to get a site to work on those new 'web-enabled' cell phones? This short tutorial will do just that by giving...
This example shows how to get the CSV file for a certain company . We can then get all of the entries and display them individually . This means...
Learn how to create a layered web stats report generating script complete with dynamic graphs.
This function saves the referrals to a text file. Each url will only be saved once.
This tutorial is intended for the PHP programmer interested in gathering and analyzing Website statistics in a presentable format using MySQL and...
This is an extensive tutorial that will show how to gather and analyze Website statistics in a presentable format using mySQL and PHP. You will...