Hi!
Can you give me an example with exec: how to open the http://www.top100.ro/cgi-bin/vote.cgi?id=15355
Thanks for your answer!
try
$command="curl http://www.top100.ro/cgi-bin/vote.cgi?id=15355";
$output=´$command´;
// $output now hold the content of your page, note the use of backtics
saludos gerardo