par hika - 2005-01-30 21:29:04
crée le 2004-05-30 18:15:26

wakka_img.php


<?php
/*
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation; either version 2 of the License, or
 *  (at your option) any later version.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU Library General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 */

include_once("../inc.php");
include_once(
"../wakka.config.php");
include_once(
"wakka.class.php");

if (isset(
$_GET[WAKKA_IMG_NAME])) {
  
$Conn = new Connect(HOST_DBUSER_DBPWD_DBNAME_DB);
  
$wakka = new Wakka();
  
$wakka->setConnect($Conn);
  
$wakka->displayimg($_GET[WAKKA_IMG_NAME]);
  
$Conn->Disconnect();
}
?>

par hika - 2005-01-30 21:29:04
crée le 2004-05-30 18:15:26

FreeBSD Mall Smarty Template Engine Page générée le Jeudi 2 Mai 2024 06:10:04 Powered by FreeBSD
POWERED BY FreeBSD, Apache, PHP, PostgreSQL, Code & design by Hika
BSD Daemon Copyright 1988 by Marshall Kirk McKusick. All Rights Reserved.