frontend.php

来自「RESIN 3.2 最新源码」· PHP 代码 · 共 23 行

PHP
23
字号
<html>  <head>    <title>Frontend</title>  </head>  <body>    <?php      if ($_POST["add"]) {        bam_send_message("backend@localhost", "foo");        bam_send_message("backend@localhost", "bar");        bam_send_message("backend@localhost", "baz");        bam_send_message("backend@localhost", "bam");        bam_send_message("backend@localhost", "bop");      }    ?>    <form action="frontend.php" method="POST">      <input type="submit" name="add" value="Add 5 Tasks"/>    </form>    <iframe src="rss.xml" width="100%" height="100%"/>  </body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?