help creating a libcurl script

i am looking to create something like this

[php]<?php
public function web_scrape_Wow($server,$alliance) {

// CURLOPT server and alliance
// return curl opt
//output curl opt array

}
?>[/php]

any ideas?

Sponsor our Newsletter | Privacy Policy | Terms of Service