Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

The Shadow Fox Network:
Create Dynamic URLs With Mod_Rewrite and PHP Functions
Oct 26, 2006 @ 16:12:00

On the Shadow Fox Network, there's a new tutorial that shows how to combine the Apache mod_rewrite functionality with some PHP functions to make passing variables over your rewritten URL easy.

You can't pass variables well without adding more commands to mod_rewrite. So here you'll learn to add unlimited parameters to your links with only one simple PHP function.

He starts with a mini-refresher course on the contents of the previous article and moves to the simple rewrite example that makes it possible - a two line statement. Then, it's on to the PHP - again, a simple function that does things simply, grabs all of the parameters from the URL and splits them out into a global parameters array. He even includes a simple example as a tutorial you can try out with the demo.

tagged: tutorial modrewrite apache passing parameters simple function tutorial modrewrite apache passing parameters simple function

Link:


Trending Topics: