Posted by Toby A Inkster on 03/22/07 17:23
bray wrote:
> The biggest hurdle I face is learning php and using the (minimal)
> knowledge of perl that I currently have to implement my goals so expect
> my name to show up periodically on this forums.
PHP or Perl? Which would you like to use? I wouldn't suggest mixing both in
the same project except in exceptional circumstances. Mixing programming
languages can lead to writing a lot of duplicate code
Say, for example, you have some web pages written in Perl and some in PHP.
Both types have to deal with logged in users. You now have to write a Perl
subroutine called "&check_user_is_logged_in" and also a PHP function
called "check_user_is_logged_in()". Twice the work. And what if they're
slightly incompatible? The user might find that their logged in state
varies from page to page.
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Geek of ~ HTML/SQL/Perl/PHP/Python*/Apache/Linux
* = I'm getting there!
Navigation:
[Reply to this message]
|