herstarcatcher wrote in php

exec variable question...

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...