Changeset 3213 for libcaca/trunk/caca-php/examples/www
- Timestamp:
- Nov 2, 2008, 8:19:45 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca-php/examples/www/figlet.php
r3212 r3213 10 10 </head> 11 11 <body> 12 <form method="get" action=" "><input name="str"/><input type="submit" value="OK"/></form>12 <form method="get" action="#"><input name="str" value="<?= htmlspecialchars(isset($_GET["str"]) ? $_GET["str"] : "Libcaca") ?>" /><input type="submit" value="OK" /></form> 13 13 <?php 14 14 /*
Note: See TracChangeset
for help on using the changeset viewer.