For Javascript /html and css i know a few of them.
For PHP i know http://pastebin.com/ but it only allows to upload one file and not a complete application or a group of classes to show them to anyone.
Appart from GitHub, do you know any other similar site to upload code just to show it to anyone?
Thanks.
There are so many of those websites, but these come to mind:
Although these should be enough, what you're looking for is called "project hosting" or "code hosting".
EDIT:
I should note that all the websites on the list gives you access to some sort of VCS (Version Control Systems).
In a nutshell, it keeps multiple versions of your code, you could always revert back when needed.