Re: [PHP] Forms

2001-02-14 Thread Augusto Cesar Castoldi
with the password you can use the funcio srtlen: $number_of_chars=strlen($password); Where are the right password? On a database?? In the site http://www.hotscripts.com you'll find a lot of script exemplos in PHP and JavaScript to verify if a e-mail typed is right. Augusto Cesar Castoldi On

Re: [PHP] Forms!

2001-01-18 Thread Alex Black
you'd need a java applet to do that... I actually had one made, but you can't get text in on the clipboard because java can't get access to system resources, which of course makes it useless. :) -- Alex Black, Head Monkey [EMAIL PROTECTED] The Turing Studio, Inc. http://www.turingstudio.com

RE: [PHP] Forms!

2001-01-18 Thread Clive Cartlidge
-0340 -Original Message- From: Alex Black [mailto:[EMAIL PROTECTED]] Sent: January 18, 2001 3:30 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Forms! you'd need a java applet to do that... I actually had one made, but you can't get text in on the clipboard because java can't get

Re: [PHP] Forms!

2001-01-18 Thread Alex Black
Zaentz Film Center 2600 Tenth St Suite 433 Berkeley, CA 94710-2522 From: [EMAIL PROTECTED] (Clive Cartlidge) Newsgroups: php.general Date: 18 Jan 2001 12:42:33 -0800 Subject: RE: [PHP] Forms! Alex, True ... to a point. A signed applet has access to read/write to the client's clipboard

RE: [PHP] Forms!

2001-01-18 Thread Clive Cartlidge
Agreed. Just thought I'd throw it out there for discussion. "Now talk amongst yourselves." Cheers. Clive -Original Message- From: Alex Black [mailto:[EMAIL PROTECTED]] Sent: January 18, 2001 3:59 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Forms! Unfortunately,

<    1   2   3