Help for this page

Select Code to Download


  1. or download this
    if (/name\s*=\s*['"]?(\w+)/i)
    {
    $name = $1;
    }
    
  2. or download this
    if (/<input|<select|<textarea/i)