Hi guys this is my code
<?php
$res = shell_exec('curl http://www.example.com');
I launched it from the terminal using this command
php script.php
and this is the output:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1270 100 1270 0 0 5515 0 --:--:-- --:--:-- --:--:-- 11545
I don't want to see nothing how can i do??