exec variable question...
Date: 01/10/06
(PHP Community) Keywords: php
Why can't I get exec to read my php variable?
> list.txt");
$message1 = exec( "cat list.txt");
mail("Email@Email.com", $subject, $message1, $from);
?>
list.txt is blank...
Source: http://community.livejournal.com/php/393000.html