Active Articles: 2038
Total Categories: 16
Sub Categories:616
Custom error pages using .htaccess | ||||||||
Easy to follow tutorial explaining how to create yoru own error documents on an Apache server using a .htaccess file. ... learn more
| ||||||||
| ||||||||
PHP tutorial: Using arrays | ||||||||
This tutorial will start introducing the array concept by creating them from info in a table. It will be shown how to display data from the array. Two additional examples will be used to show how to create arrays from strings, and how to perform simple keyword searches. ... learn more
| ||||||||
| ||||||||
AOL AIM Profile Viewer | ||||||||
This tutorial will show you how to make a script to see who has seen your AOL Instant Messenger profile. ... learn more
| ||||||||
| ||||||||
Application Structure for PHP | ||||||||
This article describes how to structure a PHP application. Detailing directory structure, code flow and key files to include. ... learn more
| ||||||||
| ||||||||
Output While Script is Still Running | ||||||||
Do you have a script that takes a while to process? Wanna start outputting before the entire script finishes processing? Learn how to use PHP output buffering functions and have them actually work! Don't make your visitors wait for a long script to process. ... learn more
| ||||||||
| ||||||||
Count Words from a string with PHP | ||||||||
Learn how to count the words from a string using php. ... learn more
| ||||||||
| ||||||||
Templating - the correct way | ||||||||
A short article on a fresh look at templating, the correct way. Forget Smarty, forget Savant, this is how you do it! ... learn more
| ||||||||
| ||||||||
Calculate Google PageRank | ||||||||
The source code for a function that will calculate a specified URL's Google PageRank is provided. Also included: some background info on PageRank and an example of the function's use. ... learn more
| ||||||||
| ||||||||
Simple Localization with PHP | ||||||||
On PHP DevCenter, Adam Trachtenberg and Joao Prado Maia have described interesting ways to localize web sites with PHP. In this article I've offered another alternative, which should be easy for non-programmers to use. We will take advantage of the user function setstring function. ... learn more
| ||||||||
| ||||||||
Switching From VB to PHP | ||||||||
This article focuses on the switch from Visual Basic to PHP. Several examples are presented. ... learn more
| ||||||||
| ||||||||
Creating Clickable Smileys | ||||||||
A simple way to create clickable smileys that you can add to a shoutbox, news system, guesbook or other similar script. ... learn more
| ||||||||
| ||||||||
Procurement Software Information | ||||||||
Critical Information and about procurement Software and the Free GPL developemtn "e-procurement implementation". Procurement Software is critical to freeing companies from massive paper based purchasing. ... learn more
| ||||||||
| ||||||||
Caching with PHP5 | ||||||||
An article describing how to use caching to dramatically increase your websites performance. The code is available from the same site. ... learn more
| ||||||||
| ||||||||
Prevent Hotlinking | ||||||||
100% fool-proof (as far as I can tell). Prevent hotlinking to files not supported by .htaccess. For instance, I use this method to prevent people from linking to *.SWF files stored on my server. ... learn more
| ||||||||
| ||||||||
Calculate Distance Between Two Points Using Longitude & Latitude | ||||||||
Tutorial and sample codes to calculate the distance between two locations. Free sample source codes in PHP, ASP, ColdFusion, C/C++, C#, Java, Perl, Visual Basic and Javascript. Longitude and latitude for United States ZIP Code and Canadian Postal Code are available in database subscription. ... learn more
| ||||||||
| ||||||||
PHP password generation | ||||||||
Modern web-applications often provide (during registration, or password-reset) random-generated passwords for its users. However these passwords (usually a random combination of letters or numbers) are quite hard to remember: in fact, it's even impossible to read them. This article provides a function for generating English-like readable passwords. ... learn more
| ||||||||
| ||||||||
Ip Logger | ||||||||
This is a brief tutorials on knowing about visitor's IP, after learning this tutorials i hope this tutorial will help you alot in your future Php scripts. Like guestbooks etc. like in guestbook if you want to index visitors ip's, you must follow this tutorial... ... learn more
| ||||||||
| ||||||||
Remove whitespace from a text string | ||||||||
If you use a form on your site then you'll know that user input can often have white space before or after the text as the person filling in the form field sometimes accidentally adds spaces. This handy function will remove the whitespace from the beginning or end of the string. ... learn more
| ||||||||
| ||||||||
Fluent Interfaces in PHP | ||||||||
A new buzzword in the PHP circles is Fluent Interfaces, which is not really new, but a way to chain methods of an object together. Here’s an example ... learn more
| ||||||||
| ||||||||
PHP/MySQL RSS Feed | ||||||||
Setup your own RSS feed that pulls data from your PHP/MySQL-driven web site. Use PHP to create the XML/RSS document RSS Readers require to inform visitors of your web site database's content updates. ... learn more
| ||||||||
| ||||||||
