|
|
@@ -9,7 +9,7 @@ header('Content-Type: text/html; charset=UTF-8'); |
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |
|
|
|
</head> |
|
|
|
<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 |
|
|
|
/* |
|
|
|
* figlet.php sample program for libcaca php binding |
|
|
|