Re: Clearing a Form

2003-07-22 Thread drieux
On Monday, Jul 21, 2003, at 15:05 US/Pacific, Peter Fleck wrote: I have a cgi that creates a form and then receives the output of the form and sends it to a mysql database. It also displays the form information as a preview of what is getting sent to the database. You can return to the

urgent help needed!

2003-07-22 Thread S. Naqashzade
Dear Friends, I need to trnaslate thid code to PHP. Can any one help me? Tnx use constant MD5_CRYPT_MAGIC_STRING = '$1$'; use constant I_TO_A64 = './0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz'; sub _to_yahoo_base64 { pos($_[0]) = 0; my $res = join '', map( pack('u',$_)=~

RE: urgent help needed! (PHP translation)

2003-07-22 Thread wiggins
On Tue, 22 Jul 2003 17:10:36 +0430, S. Naqashzade [EMAIL PROTECTED] wrote: Dear Friends, I need to trnaslate thid code to PHP. Can any one help me? This is a Perl list. You might try a PHP list for PHP help, even if it is coming from Perl

RE: Clearing a Form

2003-07-22 Thread Peter Fleck
Thanks to all for the help on 'clearing the form' and for forcing me to face the design limitations. I would prefer to preview the data before storing in the DB and had hoped to get this in place but ran into a problem on the way which led to my workaround which and the STORE-PREVIEW-DELETE

Re: urgent help needed!

2003-07-22 Thread Randal L. Schwartz
S == S Naqashzade [EMAIL PROTECTED] writes: S Dear Friends, S I need to trnaslate thid code to PHP. S Can any one help me? This is the *perl* beginners list. Not the PHP help desk. You must've pushed some buttons by mistake. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1

RE: Clearing a Form

2003-07-22 Thread wiggins
On Tue, 22 Jul 2003 09:33:28 -0500, Peter Fleck [EMAIL PROTECTED] wrote: Thanks to all for the help on 'clearing the form' and for forcing me to face the design limitations. As long as you realize them then that is most of the battle, all of

RE: urgent help needed! (PHP translation)

2003-07-22 Thread Andrew Brosnan
On 7/22/03 at 9:16 AM, [EMAIL PROTECTED] wrote: On Tue, 22 Jul 2003 17:10:36 +0430, S. Naqashzade [EMAIL PROTECTED] wrote: Dear Friends, I need to trnaslate thid code to PHP. Can any one help me? This is a Perl list. You might try

RE: PHP vs Perl

2003-07-22 Thread wiggins
On Wed, 23 Jul 2003 00:39:30 +0300, Octavian Rasnita [EMAIL PROTECTED] wrote: Hi all, Talking about PHP, someone asked me to tell him why is PHP better and why it is used more than Perl. I don't know what to tell him because I don't know

Re: PHP vs Perl

2003-07-22 Thread drieux
[..] Talking about PHP, someone asked me to tell him why is PHP better and why it is used more than Perl. [..] This might be a good time to point people towards the MVC - Model, View, Controller approach for doing software development. { just google search on Model, View, Controller for fun }