浏览代码

echo rendered string in form value

tags/v0.99.beta17
Ben Wiley Sittler bsittler 17 年前
父节点
当前提交
609f1b8f43
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      caca-php/examples/www/figlet.php

+ 1
- 1
caca-php/examples/www/figlet.php 查看文件

@@ -9,7 +9,7 @@ header('Content-Type: text/html; charset=UTF-8');
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head> </head>
<body> <body>
<form method="get" action=""><input name="str"/><input type="submit" value="OK"/></form>
<form method="get" action="#"><input name="str" value="<?= htmlspecialchars(isset($_GET["str"]) ? $_GET["str"] : "Libcaca") ?>" /><input type="submit" value="OK" /></form>
<?php <?php
/* /*
* figlet.php sample program for libcaca php binding * figlet.php sample program for libcaca php binding


正在加载...
取消
保存