You are here: Re: exec « PHP Language « IT news, forums, messages
Re: exec

Posted by Anze on 01/22/08 15:22

> $output = exec("tree_words.exe < $input", fgets(STDOUT));

Second parameter should be an array, you will get the output in it. For
instance:

$a=array();
$output = exec("tree_words.exe < $input", $a);
var_dump($a);

Or use passthru().

Be _very_ careful to validate $input variable!!!!!!

Anze

 

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

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