Hi!
I must run a php script but this must be recall from an other script. Exemple:
Script_UP.php
...istr1
...istr2
...istr3
...Start script: Script_DOWN.php
Script_UP contain informations for visualize strings in a browser. Script_DOWN contain code to work about files only...
How i can obtain this?
TNX!!!