|
Posted by dimo414 on 01/21/07 08:42
I didn't look through all that code you posted, but from your
description, what you're basicly asking for is a way to display a
dynamic page (with $_GET[] variables) as a static page. You can do a
google search for 'converting a dynamic url to a static url' or
something similar, but it's pretty simple, as long as you can make
..htaccess files.
http://www.google.com/search?q=converting+a+dynamic+url+to+a+static+url
Rather than rewrite what many, many others have said on their own
websites, I would suggest simply doing that google search, there are
dozens of great resources to explain how to easily convert dynamic
links to static ones. But once your htaccess file is set up properly,
all you have to do is create a php script that takes the same
parameters you're trying to pass in the static url and outputs what you
want. If you're still stuck, feel free to contact me.
Navigation:
[Reply to this message]
|