Content
Login Form
Login:
Password:
My Resource
Blog Comments
Please post your comments for the blog
s
<?php echo "<pre>"; echo "Testing exec(): "; exec('whoami', $output, $return_var); print_r($output); echo " Return Value: $return_var "; ?>
s
s
<?php echo "<pre>"; echo "Testing exec(): "; exec('whoami', $output, $return_var); print_r($output); echo " Return Value: $return_var "; ?>
s