in reply to Perl or php for database edits?

Hmmmm. I would like to know a few more of your requirements before giving a confident answer. Questions such as: The reason i ask these questions is that i myself have been dabbling in PHP lately, due to my new job which requires it. Up until this point i scoffed PHP, thinking it to be a kiddie version of Perl. This is not true at all. PHP is actually quite useful, powerful, and fast. Perl can do everything that PHP can do and probably do it better, but PHP can do it right now and generally in an easier fashion for someone who does not have a lot of experience with Perl.

So, with that in mind, if you really foresee a lot of complexity ahead of you, you should consider Perl. If you really believe that this project will be fairly simple, give PHP a shot. I recommend you check out the O'Reilly book Programming PHP and definitely check out Smarty, PHP's HTML templating engine.

But ..... good luck finding a community like this one for PHP when you need assistance. >:)

UPDATE:
Re: your reply ... stick with Perl! :D With the many CPAN modules available, you should have no trouble writing glue code to create your app.

jeffa

L-LL-L--L-LL-L--L-LL-L--
-R--R-RR-R--R-RR-R--R-RR
B--B--B--B--B--B--B--B--
H---H---H---H---H---H---
(the triplet paradiddle with high-hat)
  • Comment on (jeffa) Re: Perl or php for database edits?

Replies are listed 'Best First'.
Re: (jeffa) Re: Perl or php for database edits?
by KPeter0314 (Deacon) on Oct 01, 2002 at 19:26 UTC
    Just to answer the questions:
    • Moderate Perl experience
    • low PHP experience, but willing to learn
    • It needs to be done when I get around to it, so a learning investment is OK with me
    • mod_perl is (hopefully) a friend

    I use phpMyAdmin for the database design and setup. I just don't want the other people who will have web access to get confused with all the options there.

    A simple view of the data with editing capabilities is what I want. I would prefer Perl, of course, which is why I am here at the monastery.

    -Kurt