hiiiiii
i am using
exec('C:\\Progra~1\\Rpv\\Rpv.exe C:\\Progra~1\\Rpv\\reports\\data.rpv');
it not workin hanging explorer.
i use some different
exec('C:\Progra~1\Rpv\Rpv.exe C:\Progra~1\Rpv\reports\data.rpv');
it also not working
after that i use simple exec
$return = shell_exec("c:\\Program Files\\Adobe\\Reader 8.0\\Reader\\AcroRd32.exe 'C:\\temp\\test.pdf'"
result is same
i am not understanding what problem with this
plzzzzzzzzz help any one how i use exec
php EXEC Giving problem
Moderator: General Moderators
- jaoudestudios
- DevNet Resident
- Posts: 1483
- Joined: Wed Jun 18, 2008 8:32 am
- Location: Surrey
Re: php EXEC Giving problem
I have only used it to drop into linux command line not windows. That might be it. I am assuming you are running WAMP?