An introduction by ways of explaining my intentions.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bray

    An introduction by ways of explaining my intentions.

    Hi;
    The name's Bray and I've recently become interested in two things,
    OpenBSD and website programming. The plan is simple, I want to create a
    picture database that holds my photos and an online posting for articles
    written by myself and possibly others.
    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.
    Thank you;
    Bray.
  • Toby A Inkster

    #2
    Re: An introduction by ways of explaining my intentions.

    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!

    Comment

    Working...