PHP Links

Ask about a PHP problem here.
Post Reply
irfanh94
Posts: 26
Joined: Thu May 05, 2011 7:43 pm

PHP Links

Post by irfanh94 »

How to get links from this exmp. "index.php?article=53&post=23" into this: exmp. "webshop/we-sell-all"
ashwood
Posts: 144
Joined: Thu May 12, 2011 7:17 am

Re: PHP Links

Post by ashwood »

make a folder on in your htdocs called we-sell-all then index.php inside that then in the index.php put include ../index.phparticle=53&post=23 haha try it
I would put a signature.. BUT, i don't have the time.
User avatar
EcazS
Posts: 789
Joined: Fri May 06, 2011 5:29 pm

Re: PHP Links

Post by EcazS »

ashwood wrote:make a folder on in your htdocs called we-sell-all then index.php inside that then in the index.php put include ../index.phparticle=53&post=23 haha try it


Don't do that.

You want "clean/pretty urls"
http://net.tutsplus.com/tutorials/other ... etty-urls/
http://www.youtube.com/watch?v=VZw4XJuRw3U
irfanh94
Posts: 26
Joined: Thu May 05, 2011 7:43 pm

Re: PHP Links

Post by irfanh94 »

Thanks on replyed posts, im gonna look that viedos.. Btw thanks on help too.
Post Reply