<?php /** * eventCreato * ver 2.0 * * The iCal file event php-HTML form editor * * copyright (c) 2007 Kjell-Inge Gustafsson kigkonsult * www.kigkonsult.se/iCalcreator/eventCreator/index.php * hide@address.com * updated 20070528 * * 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 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 * * This script can show result after redirect test * **/ ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML> <HEAD> <TITLE>eventCreator testing</TITLE> <META http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <META name="author" content="kigkonsult - Kjell-Inge Gustafsson" /> <META name="copyright" content="2007 kigkonsult" /> <META name="keywords" content="ical, xcal, rss, calendar, rfc2445, php, create, generate, icalender" /> <META name="description" content="eventCreator is a PHP implementation of RFC 2445 and RSS event." /> <LINK href="eCstyle.css" rel="stylesheet" type="text/css" /> </HEAD> <BODY> <H1>eventCreator redirect test</h1> <?php foreach( $_REQUEST as $key => $value ) echo "<h3>$key => $value </h3>\n"; ?> </BODY> </HTML>