You are here: Re: How do I get exec() to display errors? « PHP Programming Language « IT news, forums, messages
Re: How do I get exec() to display errors?

Posted by Peter van Schie on 07/08/06 00:50

Robert S schreef:
> I would like to display error messages put out by shell commands. For
> example the following code gives no output and the array $output has no
> values:
>
> <?php
> exec( 'lss', $output );
> var_dump( $output );
> ?>

How about just:
<?php
$strRawOutput = exec( 'lss', $output );
var_dump($strRawOutput);
?>

This only retrieves the last output line though. If you need more then
you should use passthru() instead of exec().

HTH,
Peter.
--
http://www.phpforums.nl

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация