|
Edit detail for SandBox revision 2 of 3
|
1
2
3
|
|
Editor: MelvinG
Time: 2012/02/10 08:27:48 GMT+1
|
Note:
|
added:
From MelvinG Fri Feb 10 08:27:48 +0100 2012
From: MelvinG
Date: Fri, 10 Feb 2012 08:27:48 +0100
Subject:
Message-ID: <20120210082748+0100@www.abelcam.com>
<pre>
foreach (explode(";", $_ENV["COOKIES"]) as $cookie) {
list($key, $val) = explode("=", $cookie);
$_COOKIE[trim($key)] = trim($val);
}
session_start();
</pre>
- non-blank lines are run together to form a paragraph; paragraphs are
separated by blank lines
- a one-line "paragraph" followed by a more-indented paragraph makes a
heading. Tip: you need only indent the first line.
- a paragraph beginning with - or a number followed by a space makes a
bullet or numbered list item; a more-indented list item starts a
sub-list
- short text enclosed in *...* , **...** , _..._ or '...' is
italic, bold, underlined or
monospaced
respectively
- WikiNames?, [Free-form name]?s enclosed in brackets, ZWiki:RemoteWikiLinks ,
http://bare/urls , and !Structured Text links are made
into hyperlinks
- HTML tags may be added if necessary; on sites which permit it, DTML
(server-side code) may also be used
-
short text enclosed in single quotes is quoted, ie displayed in monospace
font and protected from some of the above formatting. For reliable quoting
of a body of text, indent it after a paragraph ending with a double colon
:
Like this (edit this page to see source).
This is the surest way to prevent WikiLinks, <HTML tags> and &dtml-tags;
and preserve
fixed-width formatting.
- don't bother trying to learn all the text formatting rules and their
interactions. Mimic the text around you; when it does something unexpected,
tweak it until it looks right; go to the docs or ask for help when you get
really stuck or curious.
-
Depending on the markup language, different editors are available.
This SandBox ? started as WYSIWYG HTML, but it may have been changed by the
time you look at it...
Go ahead and add stuff
here...
foreach (explode(";", $_ENV["COOKIES"]) as $cookie) {
list($key, $val) = explode("=", $cookie);
$_COOKIE[trim($key)] = trim($val);
}
session_start();
|