tutorials

Sponsors
Partner Sites
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.
PHP Tutorials > Miscellaneous
 
Site Navigation with PHP
Put some logic in your pages with PHP. Minimize the hassles for yourself and your users. This step-by-step tutorial shows examples of how PHP can be used for site navigation.
PHP Tutorials > Miscellaneous
 
Staffing Software by Ploutos
Keep track of existing staff and increase new staff hiring efficiency with Staffing Software.
PHP Tutorials > Miscellaneous
 
Site Navigation with PHP
Put some logic in your pages with PHP. Minimize the hassles for yourself and your users. This step-by-step tutorial shows examples of how PHP can be used for site navigation.
PHP Tutorials > Miscellaneous
 
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 f
PHP Tutorials > Miscellaneous
 
Snippet: A better PHP Highlighter
This code snippet gives an OOP php highlighter with line numbers, colors abstracted into CSS, and more.
PHP Tutorials > Miscellaneous
 
Download Throttling
This tutorial tells how to limit a download to a number (like 7 kb/s) using default PHP functions.
PHP Tutorials > Miscellaneous
 
Hightlight or Censor words in PHP
This tutorial will show you how to load a flat file and parse text to highlight or even censor out a word in PHP.
PHP Tutorials > Miscellaneous
 
[REQUESTED] Split all characters in a string
Shows you how to split all characters from a string. Example: String = "blah"; echo this: b l a h
PHP Tutorials > Miscellaneous
 
Round up - Ceil UPGRADED
Shows you how to take a number like 0.0000000000000000000000000000000000000000000000000000001 and round it to 1, with CEIL you would get a buffer overrun error.
PHP Tutorials > Miscellaneous
 
Designing Search Engine Friendly Pages in PHP
PHP pages have a reputation of being more difficult (or at least different) to SEO than static HTML pages. Here’s an overview of the major issues encountered when trying to make PHP scripts rank well. While this focuses on PHP much of it is still relevant
PHP Tutorials > Miscellaneous
 
Mathematical Averages In PHP
Shows how to calculate an average of ratings example, given the accumulated total of all ratings and the total number of votes.
PHP Tutorials > Miscellaneous
 
Very simple link check
A simple way to check if a link is working or broken.
PHP Tutorials > Miscellaneous
 
UBB Code Parser
This little snippet of code can process these UBB codes you see on web forums like phpBB, YaBB or vB.
PHP Tutorials > Miscellaneous
 
Single and double quotes
Do you know that double quotes have an impact on the execution speed of your PHP script ? Find out why in some cases it is better to use single quotes.
PHP Tutorials > Miscellaneous
 
Split an array to many pages
It is a function that splits any array to many pages. Easy to configure number of maximum items per page. Very simple to use, then it writes both your array and a Page navigaton bar automatically. New version 1.2 supports result template, document title.
PHP Tutorials > Miscellaneous
 
PHP for PDF
With this Tutorial you"ll learn how to use the PDF extension in PHP4 to create PDF documents. It also puts focus on creating PDF documents with data from MySQL.
PHP Tutorials > Miscellaneous
 
Search Engine Friendly PHP Pages
Search engine Web spiders, however, tend to ignore pages whose URL contains GET method parameters. This article explains how to use your Web server to pass parameters to PHP scripts so that it fools search engines, and allows your page to be indexed when
PHP Tutorials > Miscellaneous
 
Native Language Support
While a great part of the web is in English, if you are targeting a worldwide audience, then neither English nor Esperanto alone is an option. This article gives a brief overview on several different ways to deliver content in both English and Spanish, an
PHP Tutorials > Miscellaneous
 
Metatag generator
This is a simple metatag generator that could be placed on any php site .
PHP Tutorials > Miscellaneous
 

« 1 [2] 3 4