External Tools - Run on webserver?
Posted: Wed Jan 22, 2014 8:28 pm
Hi,
Is it possible to make an external tool that sends the correct folder as argument?
Example- My web server root is C:\xampp\htdocs\ -- i want to run a PHP file that lies in
Maybe two minutes later i want to run
With my current setup i have to put all php files in C:\xampp\htdocs\
This is my current setup:

Is it possible to make an external tool that sends the correct folder as argument?
Example- My web server root is C:\xampp\htdocs\ -- i want to run a PHP file that lies in
Code: Select all
C:\xampp\htdocs\test\test.phpCode: Select all
C:\xampp\htdocs\project\index.phpThis is my current setup:
