Archive

Google search advanced

allinanchor:If you start your query with allinanchor:, Google restricts results to pages containing all query terms you specify in the anchor text on links to

Read More »

Image to extension

public function image_type_to_extension($imagetype, $include_dot = false) { if (empty($imagetype)) { return false; } if ($include_dot) { $dot = ‘.’; } else { $dot = ”;

Read More »

XML to PHP array

public function xml2array($contents, $get_attributes = 0) { if (!$contents) { return array(); } if (!function_exists(‘xml_parser_create’)) { //print “‘xml_parser_create()’ function not found!”; return array(); } //Get

Read More »

Most Popular