PHP Guide for AdSense Publishers
Yesterday I went public with The HDTV Shoppe as an example of how to integrate AdSense with embedded content that is normally unavailable to the AdSense crawler. Today I’d like to talk about a related topic, how AdSense publishers can use PHP to their advantage to simplify website creation.
PHP is a programming language, but don’t let that scare you if you’re not technically inclined. The truth is, you don’t have to know much to take advantage of some basic PHP features, features that can be extremely useful in your website development. We’re limiting ourselves to “plain” websites here, but if you develop a familiarity with PHP you’ll find that it becomes a lot easier to customize WordPress
blog themes and similar things.
How PHP Works
PHP is what’s known as “server-side scripting”. In other words, you mix PHP commands with the HTML tags of a page and when the web server is asked for the web page it first runs the PHP commands and then returns the processed page — not the actual page that’s sitting up on the web server. In other words, if you had this page sitting on your web server:
Read the rest of this entry »