<?php $shell = "/usr/sbin/vzctl restart 110"; $data = shell_exec ($shell); echo("<pre>" .$data. "</pre>"); ?>