Search

You can find the results of your search below.

syntax @wiki
29 Hits, Last modified:
[[doku>toolbar|quickbuttons]], too. ===== Basic Text Formatting ===== DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts. Of course you can **__//''combine''//__** all t... **, //italic//, __underlined__ and ''monospaced'' texts. Of course you can **__//''combine''//__** all... by a whitespace or the end of line. This is some text with some linebreaks\\ Note that the two backslas
contact
2 Hits, Last modified:
ack to you really soon." fieldset "Contact Form" textbox "Your Name" email "Your E-Mail Address" textarea "Your Comment or Question" submit "Send" </form>
fgets @snippets:php
2 Hits, Last modified:
tion("Failed to open ${filename}"); } while ( ( $text = fgets($fh) ) !== false ) { echo $text; } </file>