I'm trying to make a mashup using Php and Last.fm api. But I've got some questions:
1 - How can I organize the code? Because the webapp'll do different thing and each one has it own code (file.php) but I don't like to see it in the url Ex: www.example.com/core/similar.php or www.example.com/core/get.php but I'd like to always see "www.example.com".
2 - There are any guidelines to follow when programming a webapp?