Url issue

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Zander1983
Forum Newbie
Posts: 20
Joined: Mon Mar 21, 2011 2:26 pm

Url issue

Post by Zander1983 »

Hi

Im selling some friends products on my site but i dont waht the url to just be http://www.mysite.com/products/product.php?productid=1

Ideally, I would like a url like http://www.mysite.com/products/product_name

for each of the products.

Is this possible?

Could there be a way that in the products folder, there would be an index.php page which would use the product_name as a parameter?
Corvin
Forum Commoner
Posts: 49
Joined: Sun Dec 03, 2006 1:04 pm

Re: Url issue

Post by Corvin »

Zander1983
Forum Newbie
Posts: 20
Joined: Mon Mar 21, 2011 2:26 pm

Re: Url issue

Post by Zander1983 »

Hey thanks, this is exactly what I'm looking for. cheers mate
Post Reply