1234567891011121314151617181920 |
- <html>
- <body>
- <form name="form1" method="post" target="output" action="output.php?saving=1">
- Write your program here:
- <br>
- <textarea name="data" cols="80" rows="10">
- </textarea>
- <br><br><br>
- Standard input: <input type="text" name="stdin">
- <br><br>
- Command line arguments: <input type="text" name="args">
- <br><br>
- <input type="submit" value="Run">
- </form>
- <br>
- <a href="textinput.php" target="output">Click here to submit text file input</a>
- </body>
- </html>
|