Posts Tagged ‘file folder’

How to change one same line of php code that resides in 100 different folders?

I want to change a line inside one php file (ex: ABCDEFG to 123456). How to do so if I want to change the same line but reside in, say, 100 different folders without goes to each and single file/folder? Thanks. TA.

How to write a PHP coding to list out all files and directories as links to them?

How to write a PHP coding to list out all files and directories as links to them?

This is somewhat similar to some index pages. When new file or folder is added to the directory, HTML page should display the newly created file/folder together with previous ones after it is being refreshed. (prefer in alphabatical order)

How to achieve this sort of functionality in PHP? Please provide sample coding as well. (and any references)

Thanks.