The Most Active and Friendliest
Affiliate Marketing Community Online!

“Propeller”/  Direct Affiliate

Search results for query: *

  • Users: able
  • Order by date
  1. A

    Language selection according to browser (Php Code)

    Can shorten it quite a bit: if ( ($_SERVER["HTTP_ACCEPT_LANGUAGE"] != "") && ($_SERVER["HTTP_ACCEPT_LANGUAGE"] != 'en')) { $file = 'index_'.substr($_SERVER["HTTP_ACCEPT_LANGUAGE"],0,2).'.html'; if(file_exists($file)) { header("Location: ".$file); exit; } } // no index for specific...
MI
Back