[snip]
<?php
$tailed = shell_exec('tail /path/to/log');
print = "<textarea>$tailed</textarea>";
?>
[/snip]

I forgot to take out the "="

<?php
$tailed = shell_exec('tail /path/to/log');
print = "<textarea>$tailed</textarea>";
?>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to