The register_globals configuration option is a deadly one, but knowing how to develop with it on and off can benefit you greatly. Reading this will help you get a hang of dealing with it all in a ...
The Google Adsense administration section gives you some superficial stats. Want more detail? You gotta track hits yourself. This tutorial will teach you how to track the ads that have been ...
Hat dein Webspace-Anieter register_globals auf off stehen oder bist du einfach nur zu faul die Variablen immer mit $HTTP_GET_VARS oder $HTTP_POST_VARS auszulesen, dann ist hier die Lösung für dich.
This is a very small tutorial I'm writing concerning the ternary operator. It sorta works like an if statement. Lets start with the syntax: (expr.1)?(expr.2):(expr.3); If expr.1 evaluates to ...
Need to generate style sheets dynamically with PHP to keep presentaion logic together or create environment aware style sheets with PHP and JavaScript? This tutorial shows you how!
Version n/a Platform Windows ,FreeBSD ,Mac OSX ,Sun ,Linux
Metatags are a way for you to define your web page and web site to the outside world. You can declare the title, keywords and description, which help your placement in search engines. In addition, ...
Version 1.0 Platform Windows ,FreeBSD ,Mac OSX ,Linux
Classes are the fundamentals of OOP (Object Oriented Programming), which may sound scary but they are basically containers for functions, they allow data to be stored within them and when a function ...
Version 1 Platform Windows ,FreeBSD ,Mac OSX ,Sun ,Linux
Learn how to make pages out of big databases. This tutorial will generate links in the following format: << First < 4 5 6 7 8 9 10 > Last >>
Version n/a Platform Windows ,FreeBSD ,Mac OSX ,Sun ,Linux
This tutorial will teach you how to set the base for a large PHP application -- from basic conceptualization to outlining classes, this tutorial takes you through each step, illustrating everything ...
This tutorial will tech you how to create a "text filter" which checks for certain words in the text that a user submits, and replaces the "filtered text" with text that you would ...