You can easily implement/embedd this widget in your blog or website.
See more details in our blog post here.
More Articles...
Blog about Web development, SEO, Social Media Marketing, Online business, Software Testing and Tech News.
Free Greetings Cards | SEO Tips | Timesheet | Software Testing Services
$dom = new DOMDocument();
@$dom->loadHTML($data);
$xpath = new DOMXPath($dom);
$tablerows = $xpath->evaluate("/html/body//tr");
$content="";
for ($i =1; $i < $tablerows->length; $i++)
{
$singlerow = $tablerows->item($i);
$tablecells= $singlerow->getElementsByTagName("td");
$content.=$tablecells->item(0)->nodeValue."
";
}
function getmethod_request($ch,$ckfile,$urlValue)
{
curl_setopt($ch, CURLOPT_COOKIEFILE, $ckfile); //The name of the file containing the cookie data. The cookie file can be in Netscape format, or just plain HTTP-style headers dumped into a file.
curl_setopt($ch, CURLOPT_URL,$urlValue); // The URL to fetch. This can also be set when initializing a session with curl_init().
curl_setopt ($ch, CURLOPT_COOKIEJAR, $ckfile); // The name of a file to save all internal cookies to when the connection closes.
curl_setopt($ch, CURLOPT_HEADER,1); // TRUE to include the header in the output.
curl_setopt($ch,CURLOPT_AUTOREFERER,1); // TRUE to automatically set the Referer: field in requests where it follows a Location: redirect.
curl_setopt($ch, CURLOPT_RETURNTRANSFER,1); // TRUE to return the transfer as a string of the return value of curl_exec() instead of outputting it out directly.
curl_setopt($ch, CURLOPT_POST,0); //TRUE to do a regular HTTP POST. This POST is the normal application/x-www-form-urlencoded kind, most commonly used by HTML forms.
curl_setopt($ch, CURLOPT_FOLLOWLOCATION,1);
return $data = curl_exec($ch);
}
Solar PowerExplains about how Solar power works and about Photovoltaic panels. Pros and Cons of Solar Power.Web ProductsInexpensive Scripts will help you to earn money easily by doing SEO and Social media marketing effectively. You can buy websites also.Motivational QuotesGet Quotes for Motivating and Inspiring everyone. You can get both text Quotes and Image Quotes. |