pwede ba ma call ang executable file sa vb.net sa php?
pwde.. pero d ko kbaw unsaun.. hahaha...
ingn ang google kani daw PHP: exec - Manual
o na testingan na ko ko before kani coda shell_exec('ang path nya');
pero karon nag balik ko review sa code dli naman hinu on dagan
<?php
//gi in ani na ko pag execute
$output = shell_exec('path');
return $output;
?>
ma google ra ba na?
possible, but only on windows server, while most apache server runs on linux....
so solve nani ts?
hahaha. i-client/server na lang ang setup sa imong vb.net nga application. I don't prefer using exec or shell_exec since daghan kaayo ug limitation. why not using a PIPE or a TCP/UDP connection.
Similar Threads |
|