Is there any possible way to make this simple script function properly?
<?php
$hi = "echo hi";
shell_exec($hi);
echo "<pre>$output</pre>";
?>
please help me out?
Is there any possible way to make this simple script function properly?
<?php
$hi = "echo hi";
shell_exec($hi);
echo "<pre>$output</pre>";
?>
please help me out?
Sure just assign the variable.