This version of Calc runs on a Linux server however it does not have access to the internals of the server.

For this reason Calc uses a small PHP stub program to issue web pages.


For example:

www.your-domain.com.au/run.php?file=your_calc_program.exe

or

www.your-domain.com.au/run.php?file=your_calc_program.exe&option1=value1&option2=value2&option3=value3


Put the 'run.php' program in the root directory of your account on the server and ensure that it has correct permissions. (644)

The Calc program should be compiled with the :is_web_page option, and a directory named 'get_and_post' is required
to enable forms on Calc web pages to send data to the next Calc web page. 
