How To Redirect Affiliate Links PHP / Redirection
This tutorial will show you how to redirect your affiliate links using a PHP script and a simple edit to your .htaccess file. For some reason users seem to trust links more if the reside on your own server. Using a "link cloaking" technique is an easy way to increase revenue from affiliate offers.
Dynamic (2 level) navigation list PHP / Navigation
The creation of a dynamic nested unordered list without using any JavaScript code is sometimes a problem because the script needs to "remember" the values, sub values and also the query string from previous clicked links. In this tutorial we will learn how to create a dynamic navigation menu powered by PHP and MySQL only. While using standard HTML elements (unordered lists) it's easy to add different CSS styles later.
remotely hosted script PHP / General Development
OK you have a set of affiliate links but damn you haves ites that do not allow PHP for example free hosts or you wish to create a simple scheme where links or content is displayed on other peoples sites .
User-Driven Querying PHP / Databases
We explain user-driven querying by introducing how to:
* Pass data from a web browser to a web server.
* Access user data in scripts.
* Secure interactive query systems.
* Query databases with user data.
* Produce one script that contains an HTML <form> and the code that outputs the query results. We call this a combined script.
* Develop results pages with previous page and next page links.
* Use five-step querying to produce components for user input.
Using mod_rewrite with Apache and PHP PHP / Navigation
mod_rewrite is a popular Apache Module which gives a server administrator the ability to mask a web site's links. Though mod_rewrite has several abilities and can be used in several ways, the only way focused on by this tutorial is to create Search Engine Friendly links.
URL Verification PHP / Network and Communication
Do you have a big list of links in your database that you want to display but only want to show ones that are still in existance? Well theres a very easy method for doing so. All you need is the fsockopen() function. Here is an example.
Invano Navigation System PHP / Navigation
So, Having trouble Using PHP Links? Unfamiliar with them? Or want to learn them? Well I will tell you how it is done.
There are a few ways you can use php linking.
Random Images PHP / Randomizing and Rotation
Ever wanted to make links, or banners appear on your site in a random order? Well here's a simple script that will do just that.
Generating RSS Feeds on the Fly With PHP PHP / XML Web Services
This article serves to augment the previous article. Instead of writing to a file to make an RSS feed, php code is included that makes the output of RSS without writing to a separate file.
File Creator/Editor PHP / File Operations
Create a form that makes and/or adds data to files on your server. Could be useful in creating a simple guestbook and free for all links flat file database.
A Brief Introduction to PHP PHP / Getting Started
Explains what is PHP, and how it works with examples using a dynamic NetSafe Color chart and an Access database connection using ODBC. Also, includes links to other PHP-related sites.