Running a BASH command from PHP
This code will run the PHP code and output the date on the HTML page.
$output = shell_exec('date');
echo "
?>
$output = shell_exec('date');
echo "
$output";
?>
These notes document the trouble resolution of various items pertaining to Linux or it's applications. This blog also notes alternative open source applications and how they work.
$output";
Comments
Post a Comment