Re: [phplib] passwords in oohforms From: Davor Cengija (davor <email protected>)
Date: 07/07/00

On Thu, 6 Jul 2000, Maurice Jumelet wrote:

>Hi
>
>I'm using php-lib v 7.2
>
>How do I use password fields in oohforms?
>I had to change:
>rule 234
>- $cv_tab = array("select multiple"=>"select", "image"=>"submit");
>+ $cv_tab = array("select multiple"=>"select", "image"=>"submit", "password"=>"text");
>
>to make it work for me.
>
>Is this correct or am I overlooking something?
>

        f->add_element(array(
                "type" => "text",
                "size" => "16",
                "maxlength" => "16",
                "pass" => "1",
                "name" => "pswd"));

-- 
      v
Davor Cengija
davor <email protected>
============================
"Nicht in die Augen bringen"

--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>