home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 June / PCpro_2005_06.ISO / files / opensource / xamp / xampp-win32.exe / xampp / lang.php < prev    next >
Encoding:
PHP Script  |  2003-10-26  |  119 b   |  7 lines

  1. <?
  2.     $fp=fopen("lang.tmp","w");
  3.     fwrite($fp,$_SERVER['QUERY_STRING']);
  4.     fclose($fp);
  5.     header("Location: index.php");
  6. ?>
  7.