Search
You can find the results of your search below.
Fulltext results:
- syntax @wiki
- [[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
- 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
- tion("Failed to open ${filename}"); } while ( ( $text = fgets($fh) ) !== false ) { echo $text; } </file>