
Advertisment
In this tutorial you will learn how to generate random numbers using PHP. It illustrates three helpful examples that uses random numbers:...
This short tutorial shows you how to redirect UserAgents with PHP and still getting indexed by Google!
Views: 1013 |
| by Daniel
PHP - Redirection
Learn how to make auto redirection with PHP. There is nothing much to learn, just a little code.
For designer who use many html files for his/her site to specific browser, this is just a sample you can customise by yourself.
Views: 1163 |
| by Mathew
PHP - Redirection
In this tutorial, we will discuss a method of searching web pages for keywords. We will provide methods for exact keyword matching and a type of...
Views: 1171 |
| by Marry
PHP - Searching
This article shows you how to use PHP and a MySQL (or any SQL database) to create your own basic search engine. Covers creating SQL tables, Using...
Views: 1194 |
| by Isac
PHP - Searching
This tutorial explains how to conduct keyword searches on a given Webpage. It basically shows how to count and display the number of times a...
Views: 1215 |
| by Jarry
PHP - Searching
PHP has a built-in function to easily fetch meta tags from php or html pages called the get_meta_tags function. It will take all the meta tags and...
Views: 1074 |
| by Mathew
PHP - Searching
This tutorial shows you how to dynamically compile the list of files in a given directory. You can then conduct keyword searches on the compiled...
Views: 1123 |
| by Stephen
PHP - Searching
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: 1190 |
| 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: 1216 |
| by Source
PHP - Security
Nice little function that will generate a completely random password.
Views: 1177 |
| 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...