Skip Navigation

PHP

You can keep up to date with this category by subscribing to the RSS or Atom feed.
Page: 1, 2
 

Caching output in PHP

Caching output in PHP High-traffic sites can often benefit from caching of pages, to save processing of the same data over and over again. This caching tutorial runs through the basics of file caching in PHP.
 

Ternary Conditionals

Ternary Conditionals Ternary conditionals can save a lot of time and space in PHP, but can be daunting. This article is a simple guide to what they are and how they work.
 

Email Address Validation

Email Address Validation How to validate email addresses properly with PHP.
 

Google-style keyword highlighting using htaccess and PHP

Google-style keyword highlighting using htaccess and PHP Pages viewed in Google's cache have the keywords used to find them highlighted automatically. This technique allows you to achieve the same effect for all users visiting your site from Google, MSN, AllTheWeb, Yahoo and LookSmart, without needing to edit your site.
 

PHP, Gzip and htaccess

PHP, Gzip and htaccess Learn how to send compressed data from PHP with htaccess.
 

PHP 101 - An Introduction to PHP

PHP 101 - An Introduction to PHP An introduction to PHP, one of the most popular programming languages on the web.
 

PHP DateDiff Function

PHP DateDiff Function VBScript's DateDiff function is a powerful way to express differences between dates, and PHP lacks a similar function. Here's a replica of VBScript's DateDiff function in PHP.
 

PHP Image Replacement

PHP Image Replacement Much is made of techniques like Fahrner Image Replacement as ways to improve accessibility and indexing by the search engine spiders, while allowing standards compliance and graphical sites, but they do have flaws. Here's another option, in PHP.
 

Better Sessions

Session hijacking is a problem on the web, not least because it can often happen by complete accident when a user cuts and pastes a URL. While it can be prevented by allowing session IDs to be held only in cookies, simply connecting session IDs with the IP address of the user can make session hijacking much harder and much less likely to happen by accident.
 

 
Page: 1, 2

Web Design, Development and Marketing