Changeset 3211 for libcaca/trunk/caca-php/examples/www
- Timestamp:
- Nov 2, 2008, 8:08:08 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca-php/examples/www/figlet.php
r3210 r3211 10 10 </head> 11 11 <body> 12 <form method="get" action=""><input name="str"/><input type="submit" value="OK"/></form> 12 13 <?php 13 14 /* … … 60 61 if (is_file($path.$it) and ereg("\.[tf]lf$", $it)) { 61 62 echo "<b>font : $it</b>\n"; 62 show_figlet( "Libcaca", $path.$it);63 show_figlet(isset($_GET["str"]) ? $_GET["str"] : "Libcaca", $path.$it); 63 64 } 64 65 }
Note: See TracChangeset
for help on using the changeset viewer.