1: <?php 2: // $Id: print.php,v 1.4 2005/04/18 01:22:26 phppp Exp $ 3: // ------------------------------------------------------------------------ //
33: $start = !empty($_GET['start']) ? intval($_GET['start']) : 0; 34: if (isset($_GET['order']) && ($_GET['order'] == 'ASC' || $_GET['order'] == 'DESC')) { 35: $order = $_GET['order'];
26: if(isset($_GET['myid'])) { 27: $myid = $_GET['myid'];
58: ... http-equiv="Content-Type" content="text/html; charset=<?php if(isset($_SESSION['Zeichenkodierung'])) echo $_SESSION['Zeichenkodierung']; ?>"> 59: <title><?php echo $a['programmname'].' - '.$a['angebot'].' - '.$a['drucken'] ?></title> 60: <link rel="stylesheet" type="text/css" href="../include/drucken.css"></head><bo
Google Home - Google Code - Discuss - Terms of Service - Help - Submit Your Code
©2009 Google - Privacy