Re: PHP vs Perl

2003-07-22 Thread Wiggins d'Anconia
Octavian Rasnita 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 PHP, but I've seen that it is used more and more and I guess that there are more PHP scripts than Perl scripts now

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 } W

RE: PHP vs Perl

2003-07-22 Thread Scot Robnett
Oh my lord, you didn't really start a "which language is better" thread, did you? Time to set up another e-mail filter over here...have you no sense of decency, man? heh heh - Scot Robnett inSite Internet Solutions [EMAIL PROTECTED] -Original Message- From: Octavian Rasnita [mailto:

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

PHP vs Perl

2003-07-22 Thread Octavian Rasnita
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 PHP, but I've seen that it is used more and more and I guess that there are more PHP scripts than Perl scripts now, so I think he could be

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

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, al

Re: Clearing a Form

2003-07-22 Thread Camilo Gonzalez
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 original form with data if you need to correct someth

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,

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 ENT

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 Pe

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: 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 original