Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PHP server side execution

Status
Not open for further replies.

OLDJames

Programmer
Aug 6, 2004
4
CA
I'm tryin to get PHP to execute an .exe on my webServer. (the program that analyses web statts.) Anyway i wana do this using somethin like the back tick operater or the exec() function. I think the problem I'm having is regarding security permissions in Windows 2003 Server. So if anyone can let me know what my options are her, as to adjusting the security and or using Virtual Directories with IIS.
Im using PHP 4, MySQL, Windows server 2003, IIS 6.0
Thanks, OLD James
 
Hi,

Well, I use shell_exec() on Win 2k server (Apache 2.0 & PHP 4.2.2) and it works fine! Try it out...

Good Luck


Jakob c",)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top