From 8b784057b390ce2d46a8846dee5c6fb4d8b05ad6 Mon Sep 17 00:00:00 2001 From: wopot Date: Tue, 2 Nov 2010 16:46:29 +0100 Subject: [PATCH] --- wishlist.mdwn | 132 ++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 128 insertions(+), 4 deletions(-) diff --git a/wishlist.mdwn b/wishlist.mdwn index c042f4d..d166fec 100644 --- a/wishlist.mdwn +++ b/wishlist.mdwn @@ -1,5 +1,129 @@ -# Wishlist +n"; + $handle = fopen($filename, 'a+'); + fwrite($handle, $somecontent); +} +} + +function output_form(){ + +echo ' +
+Name:'; +if($_SESSION[nick]){ + echo $_SESSION[nick].'
'; +} +else { + echo '

'; +} +echo' +Your Wish/Idea for the tinc Project:
+
+ +
+'; + +} + +if($_GET[content]=="true"){ +echo get_content(); +die(); +} +?> + + +shoutbox demo + + + +

Wislist

+

Drop your Ideas into this Box

+

(The Idea will stay for a while and will check form the dev. Team)

+ + +
+ + + + -- 2.20.1