Re: again about php and perl

2002-10-30 Thread Frank Wiles
g difference between php and Perl CGIs is that typically you create a .html page which is the display of the form, and the logic of how the data is processed ( i.e. send an e-mail, save data to a database, process an ecommerce order ) is handled by the Perl CGI. This helps greatly

again about php and perl

2002-10-30 Thread Adriano Allora
Hi to all, I've ever used PHP for my webworks, but I'm slowly learning Perl and I recently discovered the cgi.pm and it seems enought simply and useful. What's the difference between using perl-cgi and php pages? And: is it very stupid to write a cgi wich creates all the web pages as I could do w

Re: php and perl

2002-02-25 Thread dhoubrechts
sachin balsekar a écrit : > > hi joyce, > > i would suggest you use PHP for the same...even client side validation > using javascript could help...but if you need to compare with > databases..you cud use php itself and pass the parameters to the same > page ($PHP_SELF) and get things working...

Re: php and perl

2002-02-24 Thread sachin balsekar
hi joyce, i would suggest you use PHP for the same...even client side validation using javascript could help...but if you need to compare with databases..you cud use php itself and pass the parameters to the same page ($PHP_SELF) and get things working... also if you wish to stick to PERL...wh

Re: php and perl

2002-02-22 Thread Tanton Gibbs
server side language website. - Original Message - From: "Joyce Harris" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 22, 2002 11:55 AM Subject: php and perl > I have a php form and I need to do some data validation either before > inserti

Re: php and perl

2002-02-22 Thread Johnathan Kupferer
In my humble opinion, it doesn't make sense to break up the script that generates the form and the one that validates it. Its hard enough to maintain an application without having to worry about two scripts in two different languages for something as simple as presenting and validating a form

php and perl

2002-02-22 Thread Joyce Harris
I have a php form and I need to do some data validation either before inserting data into the database or comparing data in a textfield to data in the database. It seems like the easiest way to do this is using perl. How do you call a perl script from a php script. Thanks, Joyce -- ÐÏࡱá