Help for this page

Select Code to Download


  1. or download this
    <input type="text" name="Email" size="20">
    
  2. or download this
    <input type="text" name="Email" size="20" value="Email">
    
  3. or download this
    $text =~ s/value="(.*?)"/'value="'.$query->param($1).'"'/eg;