Difference between revisions of "Missouri Academy Wiki:Sandbox"

From Missouri Academy Wiki
Jump to navigation Jump to search
Line 23: Line 23:
 
echo $txt1 . " " . $txt2 ;
 
echo $txt1 . " " . $txt2 ;
 
?>
 
?>
<nowiki>
+
<example>
 
<?php
 
<?php
 
$txt1="Hello World";
 
$txt1="Hello World";
Line 29: Line 29:
 
echo $txt1 . " " . $txt2 ;
 
echo $txt1 . " " . $txt2 ;
 
?>
 
?>
</nowiki>
+
</example>
 
Apparently forms and php doesnt work.
 
Apparently forms and php doesnt work.
  

Revision as of 02:35, 8 January 2005

This is the sandbox for editing experiments. Content added here will not stay permanently.

Student Organizations
  • Stuff
  • Stuff
  • Stuff
  • Stuff

<math>\frac{1}{2}</math>



<?php $txt1="Hello World"; $txt2="1234"; echo $txt1 . " " . $txt2 ; ?> <example> <?php $txt1="Hello World"; $txt2="1234"; echo $txt1 . " " . $txt2 ; ?> </example> Apparently forms and php doesnt work.

<YourExtensionName>hello</YourExtensionName>

<example>hello</example>


Why do you want forms and php?

Perhaps you could have a more interactive wiki page.