Hello,
Have you seen the URLs with a "/" after the file name? EG: game.php/items
I'm wondering how you can use this data after the "/". I'm assuming this is PHP as URL variables are PHP.
any ideas?
Thanks :)
Hello,
Have you seen the URLs with a "/" after the file name? EG: game.php/items
I'm wondering how you can use this data after the "/". I'm assuming this is PHP as URL variables are PHP.
any ideas?
Thanks :)
Well, it's actualy not really difficult.
I use this method aswell, the trick is done by using apache's mod_rewrite.
This function will convert your url's from game.php/items to game.php?page=items for example...It's not really hard, there are tons of tutorial on this subject.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.