home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 February (DVD) / PCWorld_2008-02_DVD.iso / v cisle / PHP / PHP.exe / xampp-win32-1.6.5-installer.exe / htdocs / xampp / lang.php < prev    next >
Encoding:
PHP Script  |  2007-12-20  |  133 b   |  6 lines

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