php function to call vbs
I am just getting my feet wet in php. Is there any way to execute a
vbscript file through using a php command? Or in other words, have a
php script call a vbs file.
.
Relevant Pages
- Re: system()
... You could also try using the PHP command 'copy' although you have to be real ... >I was trying to execute a system command on my server from a php page to ... > This did not copy the files, I also tried doing a chown nobody ... (alt.php) - Re: php function to call vbs
... vbscript file through using a php command? ... php script call a vbs file. ... (comp.lang.php) - Re: IIS 6.0 on Windows Server 2003
... If PHP insists on using CMD.EXE to execute the shellcommand on the ... server, then no, you have no choice -- you must give read permissions to the ... this would be a security vulnerability caused by PHP. ... (microsoft.public.inetserver.misc) - Re: Function execution before page reload
... browser. ... Interaction between PHP and the browser is one-way - the PHP ... > In the short example above does the script execute the function BEFORE ... The server receives information from the browser and sends html back to the ... (comp.lang.php) - Re: Function execution before page reload
... if ){printf("Can't connect to MySQL Server. ... browser. ... Interaction between PHP and the browser is one-way - the PHP ... > In the short example above does the script execute the function BEFORE ... (comp.lang.php) |
|