Search engine

Question by evilflame.rulz:
Can anyone give me a script HTML code to display server files on site?

i use 000webhost and i want it to display whatever is in a certain folder in the server. i use this so that files uploaded from home can be accessed from laptop without needing to login to net2ftp. and just to let u know…i have password protection on site so i will not get spammed with files and nobody will get mine


——————————————

Answer by Ben
HTML runs on the users computer, not the server. It, and javascript, do not have access to the list of files. You will need a server-side language, like PHP, Ruby (on Rails) or Python (with Django or Turbogears) to get access to the file list. You will also have to have a webhost that supports it.

——————————————
What do you think? Answer below!