connected
04-16-2008, 07:49 AM
I would like to ask your opinions on the best way to control server services and scripts on different platforms.
Basically i need to execute some command line scripts on a windows server. The way im doing this is vbscript which is called in asp.
What i really want to do is have a central server on linux which i can host a php script and mysql database on which in turn connects to the windows server to execute the vbscript.
Ive always worked with php and mysql so i dont really want to run everything in asp. If i did run everything in asp im not to sure if it would be clever to run asp scripts with mysql and would then have to go to the microsoft sql 2005 route.
So my question is what would be my best way to run php and mysql on a linux server that can in turn connect to a windows server to run a vbscript or execute through command line and log data to mysql, baring in mind authentication and security.
I do have php and mysql set up on the windows server but after alot of trouble getting it running right im not to keen on running the php scripts local, i really need a central linux server for the scripts.
Basically i need to execute some command line scripts on a windows server. The way im doing this is vbscript which is called in asp.
What i really want to do is have a central server on linux which i can host a php script and mysql database on which in turn connects to the windows server to execute the vbscript.
Ive always worked with php and mysql so i dont really want to run everything in asp. If i did run everything in asp im not to sure if it would be clever to run asp scripts with mysql and would then have to go to the microsoft sql 2005 route.
So my question is what would be my best way to run php and mysql on a linux server that can in turn connect to a windows server to run a vbscript or execute through command line and log data to mysql, baring in mind authentication and security.
I do have php and mysql set up on the windows server but after alot of trouble getting it running right im not to keen on running the php scripts local, i really need a central linux server for the scripts.
