Date: 07/07/00
- Next message: toby cabot: "Re: [phplib] Problem with permanent connections?"
- Previous message: fabrizio.ermini <email protected>: "[phplib] Problem with permanent connections?"
- In reply to: Maurice Jumelet: "[phplib] passwords in oohforms"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: toby cabot: "Re: [phplib] Problem with permanent connections?"
- Previous message: fabrizio.ermini <email protected>: "[phplib] Problem with permanent connections?"
- In reply to: Maurice Jumelet: "[phplib] passwords in oohforms"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

