Search found 1 match
- Mon Dec 07, 2009 4:22 pm
- Forum: PHP - Code
- Topic: problem regarding executing programs
- Replies: 0
- Views: 49
problem regarding executing programs
Hello, I wanted to execute external applications like winrar, notepad through scripting language, i tried to find a way with JSP but it was too complicated for me. Then i saw few examples with exec() command in PHP. I installed XAMPP on my system and tried the following php code <?php $tmp = exec(&q...