php is right tool for job?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • petermichaux@yahoo.com

    php is right tool for job?

    Hi,

    I've been playing with php5 with Smarty templates and mySQL4 and PEAR
    DB for e-commerce. This combination seems to work very well but I was
    wondering what other other combination of programming tools would be
    good. JSP, ASP, C#? I don't know about those languages or how they
    compare to php. Any thoughts?

    Thanks,
    Peter

  • Tony

    #2
    Re: php is right tool for job?

    <petermichaux@y ahoo.com> wrote in message
    news:1117164087 .487729.200330@ z14g2000cwz.goo glegroups.com.. .[color=blue]
    > Hi,
    >
    > I've been playing with php5 with Smarty templates and mySQL4 and PEAR
    > DB for e-commerce. This combination seems to work very well but I was
    > wondering what other other combination of programming tools would be
    > good. JSP, ASP, C#? I don't know about those languages or how they
    > compare to php. Any thoughts?
    >
    > Thanks,
    > Peter[/color]


    If you're doing it for yourself, and not for job advancement or such, then I
    would say stick with PHP. IMO, it's easier than the rest - certainly it's
    easier to get a site up & running in PHP. Besides, with the others, you
    limit yourself to Windows servers... :(

    I've done stuff like that in VB.NET. Given a choice I still do PHP, FWIW


    Comment

    • Richard Quick

      #3
      Re: php is right tool for job?

      "Tony" <someone@somewh ere.not> wrote in message
      news:119d7l3m7r e9s41@corp.supe rnews.com...[color=blue]
      > <petermichaux@y ahoo.com> wrote in message
      > news:1117164087 .487729.200330@ z14g2000cwz.goo glegroups.com.. .[color=green]
      > > Hi,
      > >
      > > good. JSP, ASP, C#? I don't know about those languages or how they
      > > compare to php. Any thoughts?[/color]
      >[/color]
      [color=blue]
      > Besides, with the others, you
      > limit yourself to Windows servers... :([/color]

      You can't run JSP or C# on Linux? You sure?


      Comment

      • smilesinblues@gmail.com

        #4
        Re: php is right tool for job?

        Hi,

        you can run JSP on linux using apache tomcat. Not sure about C#.

        thanks all i can help.

        Thanks

        Comment

        • Tony

          #5
          Re: php is right tool for job?

          <smilesinblues@ gmail.com> wrote in message
          news:1117188169 .818153.61240@g 14g2000cwa.goog legroups.com...[color=blue]
          > Hi,
          >
          > you can run JSP on linux using apache tomcat. Not sure about C#.
          >
          > thanks all i can help.[/color]

          I was thinking j# - not jsp. Never heard of being able to run c# on a linux
          machine before. C++, yes, c# no. Certainly not if it's .NET


          Comment

          • Jerry Stuckle

            #6
            Re: php is right tool for job?

            Tony wrote:[color=blue]
            > <smilesinblues@ gmail.com> wrote in message
            > news:1117188169 .818153.61240@g 14g2000cwa.goog legroups.com...
            >[color=green]
            >>Hi,
            >>
            >>you can run JSP on linux using apache tomcat. Not sure about C#.
            >>
            >>thanks all i can help.[/color]
            >
            >
            > I was thinking j# - not jsp. Never heard of being able to run c# on a linux
            > machine before. C++, yes, c# no. Certainly not if it's .NET
            >
            >[/color]

            Tony,

            C# and J# are Microsoft abominations which other platforms have not
            (thankfully) implemented.

            I'd much rather do something like PHP which is platform independent than
            be beholden for the rest of my life to any single company - be it
            Microsoft, Red Hat, IBM or whatever.


            --
            =============== ===
            Remove the "x" from my email address
            Jerry Stuckle
            JDS Computer Training Corp.
            jstucklex@attgl obal.net
            =============== ===

            Comment

            • Daniel Tryba

              #7
              Re: php is right tool for job?

              Jerry Stuckle <jstucklex@attg lobal.net> wrote:[color=blue][color=green]
              >> I was thinking j# - not jsp. Never heard of being able to run c# on a linux
              >> machine before. C++, yes, c# no. Certainly not if it's .NET[/color]
              >
              > C# and J# are Microsoft abominations which other platforms have not
              > (thankfully) implemented.[/color]

              One word: mono

              Comment

              Working...