OSDev.org

The Place to Start for Operating System Developers
It is currently Thu Mar 28, 2024 10:35 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: php and exec
PostPosted: Sun Jul 21, 2002 12:54 am 
I'm trying to use exec to run a program in php. it's to display the dates inside a zip file (since the current zip module isn't compiled into the windows php and it doesn't support dates anywa)

anyway.. it doesn't work.. it just doesn't output anything.

<?php
   $stuff = exec("c:\apps\pkunzip.exe", $output, $res);
   echo ("result= $stuff - $output - $res <br>");
?>

any ideas?

- Nick


Top
  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 43 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group