source: trunk/Packages/synapse/source/demo/http/web/postresult.php

Last change on this file was 4, checked in by chronos, 12 years ago
  • Přidáno: Zkušební stažení stránky přes https.
File size: 144 bytes
Line 
1<html>
2 <head>
3 <title>Example</title>
4 </head>
5 <body>
6 <?php echo $_POST["text_value"]; ?>
7 </body>
8</html>
Note: See TracBrowser for help on using the repository browser.