<? require_once "curla.class.php"; $ch=curla_init(); curla_setopt($ch,CURLOPT_TIMEOUT,30); curla_setopt($ch,CURLOPT_URL,"http://google.com/"); curla_setopt($ch,CURLOPT_POSTFIELDS,"test=dsfsdf&xaxa=xoxo"); $res=curla_exec($ch); echo $res; ?>