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 / ming.php < prev    next >
Encoding:
PHP Script  |  2007-12-20  |  1.3 KB  |  39 lines

  1. <?php
  2.     include "langsettings.php";
  3. ?>
  4. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  5.     "http://www.w3.org/TR/html4/loose.dtd">
  6. <html>
  7.     <head>
  8.         <meta name="author" content="Kai Oswald Seidler, Kay Vogelgesang, Carsten Wiedmann">
  9.         <link href="xampp.css" rel="stylesheet" type="text/css">
  10.         <title></title>
  11.     </head>
  12.  
  13.     <body>
  14.          <p>
  15.         <h1><?php echo $TEXT['flash-head']; ?></h1>
  16.  
  17.         <?php
  18.             $text=$_REQUEST['text'];
  19.             if($text=="")$text = "ceci n est pas un ami d apache";
  20.         ?>
  21.  
  22.         <object data="mingswf.php?text=<?=urlencode($text)?>" width="520" height="320" type="application/x-shockwave-flash">
  23.             <param name="movie" value="mingswf.php?text=<?=urlencode($text)?>">
  24.             <param name="loop" value="true">
  25.             <a href="http://www.macromedia.com/go/getflashplayer"><img src="http://www.macromedia.com/images/shared/download_buttons/get_flash_player.gif" width="88" height="31" alt="get flash player" title=""></a>
  26.         </object>
  27.  
  28.             <p class=small>
  29.             <?=$TEXT['iart-text1']?>
  30.             <p>
  31.  
  32.         <form name="ff" action="ming.php" method="get">
  33.             <input type="text" name="text" value="<?=$text?>" size="30">
  34.             <input type="submit" value="<?=$TEXT['flash-ok']?>">
  35.         </form>
  36.         <?php include("showcode.php"); ?>
  37.     </body>
  38. </html>
  39.