Using PHP directly from internet explorer and from pages
Posted: Thu Oct 19, 2006 4:15 pm
Can it be done? I have tried a number of diferent kind of calls but none seem to work. The kind of think I am after is to be able to call php via an internet browser ie. IE. A call like this would be great:
_______________________________________________________________
address: | file://c:/php/php.exe?index.php | GO |
-----------------------------------------------------------------------------------------------------
If this is not possible then calling it from a html page would also work. e.g.:
<script src="file://c:/php/php.exe?index.php"></script>
If I could do this then I could make simple user interactive programs to do tasks for me without having to have a webserver to call php. I know this might seem a little stupid becuase I could just write the program in VB or C++ but this option has it's uses for what I'm after.
Can anyone help me?
_______________________________________________________________
address: | file://c:/php/php.exe?index.php | GO |
-----------------------------------------------------------------------------------------------------
If this is not possible then calling it from a html page would also work. e.g.:
<script src="file://c:/php/php.exe?index.php"></script>
If I could do this then I could make simple user interactive programs to do tasks for me without having to have a webserver to call php. I know this might seem a little stupid becuase I could just write the program in VB or C++ but this option has it's uses for what I'm after.
Can anyone help me?