home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.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.