<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/style/rss/rss_feed.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="/style/rss/rss_feed.css" type="text/css" media="screen" ?><rss version="2.0"><channel><title>Clipmarks | nouse4name's 'form' clips</title><link>http://clipmarks.com/clipper/nouse4name/tag/form/</link><feedUrl>http://rss.clipmarks.com/clipper/nouse4name/tag/form/</feedUrl><ttl>15</ttl><description>Clip, tag and save information that's important to you. Bookmarks save entire pages...Clipmarks save the specific content that matters to you!</description><language>en-us</language><item><title>php multi page form</title><link>http://clipmarks.com/clipmark/AEC66A25-CC3E-4E25-894A-411791E07A42/</link><description>&lt;b&gt;clipped by:&lt;/b&gt; &lt;a href="http://clipmarks.com/clipper/nouse4name/"&gt;nouse4name&lt;/a&gt;&lt;br&gt;&lt;b&gt;clipper's remarks:&lt;/b&gt;  use:&lt;br/&gt;echo '&amp;lt;input type="hidden" name=" '.$key.' " value="'.$value.' " /&amp;gt;'.\n;&lt;br/&gt;to get valid output - but without space between "_' &lt;br&gt;&lt;div border="2" style="margin-top: 10px; border:#000000 1px solid;" width="90%"&gt;&lt;div style="background-color:"&gt;&lt;div align="center" width="100%" style="padding:4px;margin-bottom:4px;background-color:#666666;overflow:hidden;"&gt;&lt;span style="color:#FFFFFF;font-weight:bold;"&gt;Clip Source: &lt;a style="color:#FFFFFF;" href="http://www.mediengestalter.info/forum/10/php-mehrseitiges-formular-19189-1.html" title="http://www.mediengestalter.info/forum/10/php-mehrseitiges-formular-19189-1.html"&gt;www.mediengestalter.info&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;table background="undefined" bgcolor=""&gt;&lt;tr&gt;&lt;TD class="code"&gt;foreach( $_POST as $key =&amp;gt; $value )
&lt;BR /&gt;
{
&lt;BR /&gt;

&lt;BR /&gt;&lt;DIV&gt;
   echo '&amp;lt;input type=hidden name='.$key.' value='.$value.' /&amp;gt;'.\n;
&lt;/DIV&gt;

&lt;BR /&gt;
}&lt;/TD&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;div style="margin-bottom: 40px;"&gt;Tags: &lt;a href="http://clipmarks.com/tags/php/" rel="tag"&gt;php&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/form/" rel="tag"&gt;form&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/formular/" rel="tag"&gt;formular&lt;/a&gt;&lt;/div&gt;</description><clipSource>http://www.mediengestalter.info/forum/10/php-mehrseitiges-formular-19189-1.html</clipSource><pubDate>Thu, 28 Jun 2007 09:34:51 GMT</pubDate></item><item><title> Auto clear form element</title><link>http://clipmarks.com/clipmark/89DF869A-8219-44ED-9173-E35150961528/</link><description>&lt;b&gt;clipped by:&lt;/b&gt; &lt;a href="http://clipmarks.com/clipper/nouse4name/"&gt;nouse4name&lt;/a&gt;&lt;br&gt;&lt;div border="2" style="margin-top: 10px; border:#000000 1px solid;" width="90%"&gt;&lt;div style="background-color:"&gt;&lt;div align="center" width="100%" style="padding:4px;margin-bottom:4px;background-color:#666666;overflow:hidden;"&gt;&lt;span style="color:#FFFFFF;font-weight:bold;"&gt;Clip Source: &lt;a style="color:#FFFFFF;" href="http://www.javascriptkit.com/script/script2/formclear.shtml" title="http://www.javascriptkit.com/script/script2/formclear.shtml"&gt;www.javascriptkit.com&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;FONT size="5" face="Arial"&gt; Auto clear form element&lt;/FONT&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Description: &lt;/STRONG&gt;&lt;SMALL&gt;&lt;SMALL&gt;If you have
forms on your page that contain default text in them, this is a great time-saving script
that makes life easier for your visitors that have to fill them out. The script
automatically clears the default text inside the containing form element when the user
sets focus on it, so the user can just aim, focus, and starting typing. Cool! &lt;/SMALL&gt;&lt;/SMALL&gt;&lt;/FONT&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;TEXTAREA cols="69" name="S1" rows="8"&gt;onFocus="this.value=''"&lt;/TEXTAREA&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;P align="left"&gt;Here's an example:&lt;/P&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;P align="left"&gt;&lt;SMALL&gt;&lt;FONT face="Courier"&gt;&amp;lt;form&amp;gt;&lt;BR /&gt;
&amp;lt;input type="text" &lt;FONT color="#ff0080"&gt;&lt;STRONG&gt;onFocus="this.value=''"&lt;/STRONG&gt;&lt;/FONT&gt;
value="Email address here"&amp;gt;&lt;BR /&gt;
&amp;lt;/form&amp;gt;&lt;/FONT&gt;&lt;/SMALL&gt;&lt;/P&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;div style="margin-bottom: 40px;"&gt;Tags: &lt;a href="http://clipmarks.com/tags/html/" rel="tag"&gt;html&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/form/" rel="tag"&gt;form&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/clear/" rel="tag"&gt;clear&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/input/" rel="tag"&gt;input&lt;/a&gt;&lt;/div&gt;</description><clipSource>http://www.javascriptkit.com/script/script2/formclear.shtml</clipSource><pubDate>Wed, 28 Feb 2007 19:07:01 GMT</pubDate></item><item><title>typo3 -  Über 1800 Zeichen für longtext zu lang?? </title><link>http://clipmarks.com/clipmark/873B2BF7-958D-48D2-AD34-80D8CAD3AFEF/</link><description>&lt;b&gt;clipped by:&lt;/b&gt; &lt;a href="http://clipmarks.com/clipper/nouse4name/"&gt;nouse4name&lt;/a&gt;&lt;br&gt;&lt;div border="2" style="margin-top: 10px; border:#000000 1px solid;" width="90%"&gt;&lt;div style="background-color:"&gt;&lt;div align="center" width="100%" style="padding:4px;margin-bottom:4px;background-color:#666666;overflow:hidden;"&gt;&lt;span style="color:#FFFFFF;font-weight:bold;"&gt;Clip Source: &lt;a style="color:#FFFFFF;" href="http://www.phpforum.de/archiv_9163_Ueber@1800@Zeichen@fuer@longtext@zu@lang_anzeigen.html" title="http://www.phpforum.de/archiv_9163_Ueber@1800@Zeichen@fuer@longtext@zu@lang_anzeigen.html"&gt;www.phpforum.de&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;table background="undefined" bgcolor=""&gt;&lt;tr&gt;&lt;TD width="560" height="50" class="ueberschriftnormal"&gt;&lt;STRONG&gt; Über 1800 Zeichen für longtext zu lang??  &lt;/STRONG&gt;&lt;/TD&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;DIV&gt;
Hallo allerseits,
&lt;/DIV&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;DIV&gt;ich stehe vor einem Problem und konnte bisher kein ähnliches hier finden:
&lt;/DIV&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;DIV&gt;Mittels eines Formulars wird ein Text in die MYSQL-DB geschrieben (longtext-Feld). Das klappt auch wunderbar. Nur: hat der Text mehr als ca. 1807 Zeichen (mit Leerzeichen), funktioniert es nicht. Keine Fehlermedung, keine Bestätigung, gar nichts &lt;IMG valign="middle" src="http://www.phpforum.de/bbcode/smilies/orangesad.gif" /&gt;  
&lt;/DIV&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;DIV&gt;Über phpMyAdmin kann ich den Text einfügen und editieren, möchte ich ihn aber mittels des Formulars bearbeiten, passiert wieder nichts. Aufrufen klappt, bearbeiten: no way. Wie gesagt, bei kürzeren Texten funktoiniert alles wunderbar.
&lt;/DIV&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;DIV&gt;Kann mir jemand auf die Sprünge helfen...? Bin für jeden Tipp dankbar!
&lt;/DIV&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;table background="undefined" bgcolor=""&gt;&lt;tr&gt;&lt;TD valign="top" height="25" class="textnormal"&gt;&lt;P&gt;
                      &lt;/P&gt;&lt;H2&gt;1.&lt;/H2&gt;&lt;DIV&gt; Ich habe das Problem gelöst - sollte noch jemand das gleiche Problem haben, so geht's:
&lt;/DIV&gt;
&lt;BR /&gt;Die Datenbank wird mit einem Formular "gefüttert".
&lt;BR /&gt;&lt;DIV&gt;Der Formular-Tag muss method="post" enthalten, da mit "get" nur eine begrenzte Anzahl von Zeichen übertragen wird. Sollte ein Form-Tag kein "method" enthalten, wird automatisch "get" verwendet.
&lt;/DIV&gt;
&lt;BR /&gt;kira.&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;
                      &lt;H2&gt;&lt;FONT color="%2399bc1a"&gt;&lt;STRONG&gt;&amp;gt;&lt;/STRONG&gt;&lt;/FONT&gt; &lt;A href="http://www.phpforum.de/forum/"&gt;Weiter Einträge finden Sie in unserem Forum&lt;/A&gt; &lt;/H2&gt;
                  &lt;/TD&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;div style="margin-bottom: 40px;"&gt;Tags: &lt;a href="http://clipmarks.com/tags/typo3/" rel="tag"&gt;typo3&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/form/" rel="tag"&gt;form&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/method/" rel="tag"&gt;method&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/get/" rel="tag"&gt;get&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/post/" rel="tag"&gt;post&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/begrenzung/" rel="tag"&gt;begrenzung&lt;/a&gt;&lt;/div&gt;</description><clipSource>http://www.phpforum.de/archiv_9163_Ueber@1800@Zeichen@fuer@longtext@zu@lang_anzeigen.html</clipSource><pubDate>Thu, 25 Jan 2007 14:23:25 GMT</pubDate></item><item><title>typo3, form, check, prüfen, isok</title><link>http://clipmarks.com/clipmark/3C162169-D79B-4848-8689-4D59883F0A7D/</link><description>&lt;b&gt;clipped by:&lt;/b&gt; &lt;a href="http://clipmarks.com/clipper/nouse4name/"&gt;nouse4name&lt;/a&gt;&lt;br&gt;&lt;div border="2" style="margin-top: 10px; border:#000000 1px solid;" width="90%"&gt;&lt;div style="background-color:"&gt;&lt;div align="center" width="100%" style="padding:4px;margin-bottom:4px;background-color:#666666;overflow:hidden;"&gt;&lt;span style="color:#FFFFFF;font-weight:bold;"&gt;Clip Source: &lt;a style="color:#FFFFFF;" href="http://typo3.org/documentation/document-library/extension-manuals/df_mailformplus_ext/0.0.2/view/1/2/" title="http://typo3.org/documentation/document-library/extension-manuals/df_mailformplus_ext/0.0.2/view/1/2/"&gt;typo3.org&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;P&gt;Wichtig! Für alle Prüf-Formulare setzen Sie bitte im Feld:&lt;/P&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;P&gt; „diese Felder müssen ausgefüllt sein“  &lt;/P&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;P&gt;IMMER den folgenden Wert: isok&lt;/P&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;P&gt;Dies ist erforderlich, damit eine Formularseite mit Datenüberprüfung erst versendet wird, wenn diese positiv war!&lt;/P&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;div style="margin-bottom: 40px;"&gt;Tags: &lt;a href="http://clipmarks.com/tags/typo3/" rel="tag"&gt;typo3&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/form/" rel="tag"&gt;form&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/check/" rel="tag"&gt;check&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/pr%c3%bcfen/" rel="tag"&gt;prüfen&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/isok/" rel="tag"&gt;isok&lt;/a&gt;&lt;/div&gt;</description><clipSource>http://typo3.org/documentation/document-library/extension-manuals/df_mailformplus_ext/0.0.2/view/1/2/</clipSource><pubDate>Mon, 18 Dec 2006 22:04:35 GMT</pubDate></item><item><title>Mailformplus einbauen/konfigurieren</title><link>http://clipmarks.com/clipmark/17857DF4-A52B-481E-A9CB-D47634E7EAA4/</link><description>&lt;b&gt;clipped by:&lt;/b&gt; &lt;a href="http://clipmarks.com/clipper/nouse4name/"&gt;nouse4name&lt;/a&gt;&lt;br&gt;&lt;div border="2" style="margin-top: 10px; border:#000000 1px solid;" width="90%"&gt;&lt;div style="background-color:"&gt;&lt;div align="center" width="100%" style="padding:4px;margin-bottom:4px;background-color:#666666;overflow:hidden;"&gt;&lt;span style="color:#FFFFFF;font-weight:bold;"&gt;Clip Source: &lt;a style="color:#FFFFFF;" href="http://www.typo3forum.net/forum/typo3-3-x-fragen-und-probleme/4949-mailformplus-einbauen-konfigurieren.html?highlight=formular" title="http://www.typo3forum.net/forum/typo3-3-x-fragen-und-probleme/4949-mailformplus-einbauen-konfigurieren.html?highlight=formular"&gt;www.typo3forum.net&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="padding: 10px;"&gt;&lt;img src="http://clipmarks.com/image_cache/nouse4name/512/2DE356D7-A862-4E62-B8A0-A364FF76A725.gif" alt="TYPO3forum.net - Logo" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="center" width="100%" style="padding:4px;margin-bottom:4px;background-color:#666666;overflow:hidden;"&gt;&lt;span style="color:#FFFFFF;font-weight:bold;"&gt;Clip Source: &lt;a style="color:#FFFFFF;" href="http://www.typo3forum.net/forum/typo3-3-x-fragen-und-probleme/4949-mailformplus-einbauen-konfigurieren.html?highlight=formular#post22368" title="http://www.typo3forum.net/forum/typo3-3-x-fragen-und-probleme/4949-mailformplus-einbauen-konfigurieren.html?highlight=formular#post22368"&gt;www.typo3forum.net&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;STRONG&gt;Mailformplus einbauen/konfigurieren&lt;/STRONG&gt;&lt;/div&gt;&lt;/div&gt;&lt;div align="center" width="100%" style="padding:4px;margin-bottom:4px;background-color:#666666;overflow:hidden;"&gt;&lt;span style="color:#FFFFFF;font-weight:bold;"&gt;Clip Source: &lt;a style="color:#FFFFFF;" href="http://www.typo3forum.net/forum/typo3-3-x-fragen-und-probleme/4949-mailformplus-einbauen-konfigurieren.html?highlight=formular#post22481" title="http://www.typo3forum.net/forum/typo3-3-x-fragen-und-probleme/4949-mailformplus-einbauen-konfigurieren.html?highlight=formular#post22481"&gt;www.typo3forum.net&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;OL&gt;&lt;LI&gt;Die Extension Mailformplus installieren und aktivieren&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Auf einer Seite die Extensions als Plugin einfügen. Du musst den Ausgangspunkt der Seite so wählen, dass er auf die Seite mit dem &lt;SPAN class="highlight"&gt;Formular&lt;/SPAN&gt; zeigt.&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Jetzt klickst du auf das Seitensymbol (nicht auf den Text) und wählst im Kontextmenu Mailformplus aus&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Jetzt noch das HTML-Tmeplate angeben und die E-Mailadressen definieren&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Fertig &lt;IMG border="0" class="inlineimg" title="Smile" alt="" src="http://www.typo3forum.net/forum/images/smilies/smile.gif" /&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;div style="margin-bottom: 40px;"&gt;Tags: &lt;a href="http://clipmarks.com/tags/mailformplus/" rel="tag"&gt;mailformplus&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/typo3/" rel="tag"&gt;typo3&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/form/" rel="tag"&gt;form&lt;/a&gt;&lt;/div&gt;</description><clipSource>http://www.typo3forum.net/forum/typo3-3-x-fragen-und-probleme/4949-mailformplus-einbauen-konfigurieren.html?highlight=formular</clipSource><pubDate>Thu, 14 Dec 2006 21:11:57 GMT</pubDate></item><item><title>PHP - Send email with form data</title><link>http://clipmarks.com/clipmark/74FBA6C1-B211-4135-B77D-5B50A89AC9AC/</link><description>&lt;b&gt;clipped by:&lt;/b&gt; &lt;a href="http://clipmarks.com/clipper/nouse4name/"&gt;nouse4name&lt;/a&gt;&lt;br&gt;&lt;b&gt;clipper's remarks:&lt;/b&gt;  does not work with register globals = on &lt;br&gt;&lt;div border="2" style="margin-top: 10px; border:#000000 1px solid;" width="90%"&gt;&lt;div style="background-color:"&gt;&lt;div align="center" width="100%" style="padding:4px;margin-bottom:4px;background-color:#666666;overflow:hidden;"&gt;&lt;span style="color:#FFFFFF;font-weight:bold;"&gt;Clip Source: &lt;a style="color:#FFFFFF;" href="http://www.mediengestalter.info/forum/10/php-formular-mit-varibalen-eingaben-versenden-25600-1.html" title="http://www.mediengestalter.info/forum/10/php-formular-mit-varibalen-eingaben-versenden-25600-1.html"&gt;www.mediengestalter.info&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;table background="undefined" bgcolor=""&gt;&lt;tr&gt;&lt;TD class="code"&gt;
&lt;BR /&gt;
&amp;lt;?php 
&lt;BR /&gt;
if (! empty($_POST["sent"])) 
&lt;BR /&gt;
{ 
&lt;BR /&gt;
$admin = "a.fiss@gmx.de"; 
&lt;BR /&gt;
$subject = "Kontaktformular"; 
&lt;BR /&gt;
$message = "Nachricht über das Kontakt-Formular:\n\n"; 
&lt;BR /&gt;&lt;DIV&gt;
$message .= "Name: ". $_POST["name"]; 
&lt;/DIV&gt;

&lt;BR /&gt;&lt;DIV&gt;
mail($admin,$subject,$message); 
&lt;/DIV&gt;

&lt;BR /&gt;
header("Location: index.php?ok=1"); 
&lt;BR /&gt;
exit; 
&lt;BR /&gt;
} 
&lt;BR /&gt;
?&amp;gt; 
&lt;BR /&gt;
&amp;lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"&amp;gt;
&lt;BR /&gt;
&amp;lt;html&amp;gt;
&lt;BR /&gt;
&amp;lt;head&amp;gt;
&lt;BR /&gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"&amp;gt;
&lt;BR /&gt;
&amp;lt;title&amp;gt;Unbenanntes Dokument&amp;lt;/title&amp;gt;
&lt;BR /&gt;&lt;DIV&gt;
&amp;lt;/head&amp;gt;
&lt;/DIV&gt;

&lt;BR /&gt;
&amp;lt;body&amp;gt;
&lt;BR /&gt;
&amp;lt;form name="kontakt" action="http://www.mediengestalter.info/forum/10/index.php" method="post" enctype="multipart/form-data"&amp;gt; 
&lt;BR /&gt;
   &amp;lt;input name="name" type="text" id="name" size="35"&amp;gt; 
&lt;BR /&gt;
   &amp;lt;input name="link" type="hidden" id="link" value="kontakt"&amp;gt; 
&lt;BR /&gt;
   &amp;lt;input name="sent" type="hidden" id="sent" value="1"&amp;gt; 
&lt;BR /&gt;
   &amp;lt;input name="firma" type="hidden" id="firma" value="&amp;lt;?= $firma ?&amp;gt;"&amp;gt; 
&lt;BR /&gt;
&amp;lt;/form&amp;gt; 
&lt;BR /&gt;
&amp;lt;?php 
&lt;BR /&gt;
if (isset($_GET["ok"])) 
&lt;BR /&gt;
   echo ("Mail wurde verschickt."); 
&lt;BR /&gt;
?&amp;gt; 
&lt;BR /&gt;
&amp;lt;/body&amp;gt;
&lt;BR /&gt;
&amp;lt;/html&amp;gt;
&lt;BR /&gt;
&lt;/TD&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;div style="margin-bottom: 40px;"&gt;Tags: &lt;a href="http://clipmarks.com/tags/php/" rel="tag"&gt;php&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/email/" rel="tag"&gt;email&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/form/" rel="tag"&gt;form&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/mail/" rel="tag"&gt;mail&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/send/" rel="tag"&gt;send&lt;/a&gt;&lt;/div&gt;</description><clipSource>http://www.mediengestalter.info/forum/10/php-formular-mit-varibalen-eingaben-versenden-25600-1.html</clipSource><pubDate>Thu, 07 Dec 2006 15:33:03 GMT</pubDate></item></channel></rss>