Minase Posted June 19, 2008 Share Posted June 19, 2008 i was suprised when i searched over the internet and did not find such a script. i want to display a folder content using JS. did not found anything with google nor with this website search function. in php is easy to make,but in JS anyone know how to do it?cause i need it JS not PHP. thank you Link to comment https://forums.phpfreaks.com/topic/110921-solved-folder-content/ Share on other sites More sharing options...
rhodesa Posted June 19, 2008 Share Posted June 19, 2008 To display the contents of a folder on your web server to the client, you will need some sort of server side language (like PHP). You could then use JavaScript to make it 'prettier' and more dynamic, but you need that server side language to do the work of actually getting the folder/file names. Link to comment https://forums.phpfreaks.com/topic/110921-solved-folder-content/#findComment-569053 Share on other sites More sharing options...
Minase Posted June 19, 2008 Author Share Posted June 19, 2008 ok thank you very much Link to comment https://forums.phpfreaks.com/topic/110921-solved-folder-content/#findComment-569073 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.