The Wiki World Portal

From MediaWiki
Revision as of 20:21, 11 December 2012 by Paulreed (talk | contribs) (→‎Acme)
Jump to navigationJump to search

<!.. <websiteFrame> website=http://www.wikireedia.net/blog height=400 width=100% border=3 scroll=auto </websiteFrame> ..>



Featured Article TEST

In this test I want to add

  • (A) A featured article
  • (B) Only show the summary of the featured article
  • (C) Show a slide show of featured articles

{{#slideshow:

|id=bar refresh=10000 transition=fade sequence=forward }}

HTML TEST

First name:
Last name:

..

New

A simple math calculator Insert two numbers in the next form and hit submit button

Firstnumber:
Secondnumber:


Simple Math With User Input</tite> </head> <body> <?php $num1 = $_POST['num1']; $num2 = $_POST['num2']; $a = $num1 + $num2; $b = $num1 - $num2; echo "The sum of the two numbers is ". $a echo "The difference of the two numbers is ". $b ?> </body> </p>