Dear All, How to call Windows RDC connection throgh PHP script. I have done it using JavaScript. But I want to run this using pure PHP. Is it possible? I doesn't know but some one has done it. The site is below; http://wmorein.com/rdpcreator/
And the second thing how a way you can run test.rdp file using PHP.
All that site does it take the server name you enter (for example: "test") and output a very simple text file called test.rdp with contents
full address:s:test
I very much doubt that there is a way to run the remote desktop file using PHP.
Hi,
I need to login in Remote desktop to windows server 2008 by PHP code and install PHP,Apache, Mysql in it. It should be done php or js code.
please suggest me how can i do it.
Thanks in advance.
-Avinash
"by php" no. You can launch any application you want, and have privileges for, with php on the machine php is running, but their is no native rdp php client. Sounds like the wrong language for the job.