Here goes:
1. I installed Apache and PHP5 on my computer yesterday (was harder than I first thought...), but anyway, it's working fine, the thing is, if I go to http://localhost/whatever/ and there's and index.php in that folder, it wont take me to it (like on any hosting I've used previously), I have to click on the file from the file view page thing. Do I need to configure Apache to auto redirect to index.php files aswell as index.html files? How?
2. I found out quickly that http://127.0.0.1 works the same as http://localhost. So, I figured I would be able to access my home Apache set up elsewhere with http://myip. I have seen some other people do this, but to stop the hazard of giving their IP away, it's like http://blah.no-ip.com or something. I searched no-ip on Google and went on the official page, and it didn't make a lot of sense to me. Anyway, I would make a sub-domain to my IP on my hosting cPanel, but it's down at the mo, and I'm still curious
3. I've finished my File Management App and it's all working pretty nicely (as far as I know...), but the interface sucks. I've just been throwing code around getting all the functions to work in it and left the interface. Now I'm stuck for ideas. I like to think I'm pretty handy in Photoshop, but can't really think of a simplistic, flowing, easy on the eye, uncluttered design, I say design, I don't even want a design, I just want a neat way to set the stuff out with nice colours
So, that's it all I think, if you can answer my Apache questions or give me some ideas for an interface on my app or just comments on the script I would be grateful.
Cheers guys
[edit]Oh yeah, about the app, edit the config file to the installation URL and your user and pass details. Also, you might need to edit php.ini if you want to upload large files.[/edit]