This is a discussion on php is right tool for job? within the PHP Language forums, part of the PHP Programming Forums category; Hi, I've been playing with php5 with Smarty templates and mySQL4 and PEAR DB for e-commerce. This combination ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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 |
|
|||
|
<petermichaux@yahoo.com> wrote in message
news:1117164087.487729.200330@z14g2000cwz.googlegr oups.com... > 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 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 |
|
|||
|
"Tony" <someone@somewhere.not> wrote in message
news:119d7l3m7re9s41@corp.supernews.com... > <petermichaux@yahoo.com> wrote in message > news:1117164087.487729.200330@z14g2000cwz.googlegr oups.com... > > Hi, > > > > good. JSP, ASP, C#? I don't know about those languages or how they > > compare to php. Any thoughts? > > Besides, with the others, you > limit yourself to Windows servers... :( You can't run JSP or C# on Linux? You sure? |
|
|||
|
<smilesinblues@gmail.com> wrote in message
news:1117188169.818153.61240@g14g2000cwa.googlegro ups.com... > Hi, > > you can run JSP on linux using apache tomcat. Not sure about C#. > > thanks all i can help. 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 |
|
|||
|
Tony wrote:
> <smilesinblues@gmail.com> wrote in message > news:1117188169.818153.61240@g14g2000cwa.googlegro ups.com... > >>Hi, >> >>you can run JSP on linux using apache tomcat. Not sure about C#. >> >>thanks all i can help. > > > 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 > > 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@attglobal.net ================== |
|
|||
|
Jerry Stuckle <jstucklex@attglobal.net> wrote:
>> 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 > > C# and J# are Microsoft abominations which other platforms have not > (thankfully) implemented. One word: mono |