PHP GET

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
trobale
Forum Newbie
Posts: 24
Joined: Mon Apr 23, 2007 11:42 am

PHP GET

Post by trobale »

I was wondering if it is possible to get information from url:s like http://something.com/the_information

What I mean is that can you write the information instead of /index.php?id=880 like /880 ?

I am asking this since I have seen many sites doing this and I don't think that they have made directories for every link?

Does it have anything with apache configuration to do?
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

search for "mod rewrite" and "pretty urls"
Post Reply