I have a series of pages to display that are all exactly the same,
except for a couple of small changes like 1 number that needs to be
changed for a mysql_query, the title of the page, and the page_name.php.
I am wondering how these changes could be implemented when clicking on
an href link? Is there some way to redirect the link to another page
which would then $_GET['the_link'] and then pass the related info as
$strings to another page (a sort-of master page) that would then display
the results? I can visualize the solution, but is it possible? This
would avoid repeating the same page some 30+ times.

-- 
unheralded genius: "A clean desk is the sign of a dull mind. "
-------------------------------------------------------------
Phil Jourdan --- p...@ptahhotep.com
   http://www.ptahhotep.com
   http://www.chiccantine.com/andypantry.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to