Hello
I have a php script that resides in a single folder
I want to run the same script in each folder wihout manually uploading the php file in each file
for example I have
mysite.com/folder/script.php
and folder has different subfolders
so I want to create a php file that will execute this script.php in each folder/subfolder without manually uploading the script.php in each folder
Is there a way ?
Please explain how