Difference between revisions of "Missouri Academy Wiki:Sandbox"

From Missouri Academy Wiki
Jump to navigation Jump to search
Line 18: Line 18:
 
----
 
----
  
<FORM action="http://somesite.com/prog/adduser" method="post">
+
<?php
 
+
$txt1="Hello World";
</FORM>
+
$txt2="1234";
 +
echo $txt1 . " " . $txt2 ;
 +
?>

Revision as of 05:09, 27 December 2004

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 ; ?>