Difference between revisions of "Missouri Academy Wiki:Sandbox"

From Missouri Academy Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
{{sandbox}}
 
{{sandbox}}
 
<table style="
 
border-width:1;
 
border-color:green;">
 
<tr><th>Student Organizations</th><tr>
 
<tr><td>
 
*Stuff
 
*Stuff
 
*Stuff
 
*Stuff
 
</td></tr>
 
</table>
 
 
<math>\frac{1}{2}</math>
 
 
 
----
 
normalphp
 
 
<?php
 
$txt1="Hello World";
 
$txt2="1234";
 
echo $txt1 . " " . $txt2 ;
 
?>
 
----
 
 
 
php w/ example
 
 
<example>
 
$txt1="Hello World";
 
$txt2="1234";
 
echo $txt1 . " " . $txt2 ;
 
</example>
 
----
 
php w/ example & php tags
 
 
<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.
 
 
 
<form>
 
<input type="text">
 
</form>
 
 
<example>
 
<form>
 
<input type="text">
 
</form>
 
</example>
 
 
<code>
 
<form>
 
<input type="text">
 
</form>
 
</code>
 

Revision as of 07:01, 8 January 2005

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