Changeset 1166 for www


Ignore:
Timestamp:
Sep 30, 2006, 11:36:12 PM (17 years ago)
Author:
Sam Hocevar
Message:
  • Limit text input to 30 chars.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • www/toilet.html

    r1165 r1166  
    4545<h2> Live test </h2>
    4646
    47 <? $text = $_POST['text'];
    48    $submit = $_POST['submit'];
     47<? $submit = $_POST['submit'];
     48   $text = substr($_POST['text'], 30);
    4949   $font = $_POST['font'];
    5050   $fontlist = array('emboss', 'emboss2', 'smbraille');
Note: See TracChangeset for help on using the changeset viewer.