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)

In reply to (jeffa) Re: Perl or php for database edits? by jeffa
in thread Perl or php for database edits? by KPeter0314

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.