PHP or ASP or??

This is a discussion on PHP or ASP or?? within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Hi folks, I am wondering which server technology should be used for a site like www.amigos.com I notice ...


Go Back   Usenet Forums > PHP Programming Forums > alt.comp.lang.php

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 12-19-2004
David
 
Posts: n/a
Default PHP or ASP or??

Hi folks,

I am wondering which server technology should be used for a site like
www.amigos.com I notice they are using cgi but I don't think this is the
best method.

I want to create a site with similiar features. Separate male and female
Log-in, user createable and updateable profile, restricted access, have some
icons ( graphics) display dependant on level of membership, etc..

Which route would be the best way to go?

David


Reply With Quote
  #2 (permalink)  
Old 12-20-2004
Wayne...
 
Posts: n/a
Default Re: PHP or ASP or??

Hi,
Well I have and do use both, however for what it's worth here's my two
pennies worth. I'd go for PHP as it's extremely flexible and runs on both
Linux and Windows based servers and systems. Although ASP ansd ASP.net can
run on a linux based system it's not terribly stable in my personal
experience.

Although I think the syntax to me was easier to learn for ASP I don't really
like the idea of being walled into mainly windows based systems. I am lucky
enougfh to have a server that runs both well, so to me I pick what language
I thik best solves the problem in the quickest time. Sounds like it would
be a good idea for you to learn to use PHP and MySQL databases together. (A
damn powerful tool!) But on a side note when using databases be aware that
it's always a goodc idea to back up the DB regulalry. I didn't with one of
my sites and when it went down as the whole thing was pulled from the DB I
lost everything:(
Hope this helps.
Merry Xmas

Wayne...


Reply With Quote
  #3 (permalink)  
Old 12-20-2004
Treefrog
 
Posts: n/a
Default Re: PHP or ASP or??

"David" <haha@hahaha.com> wrote in message
news:Ienxd.380$Y57.127@trnddc08...
> Hi folks,
>
> I am wondering which server technology should be used for a site like
> www.amigos.com I notice they are using cgi but I don't think this is the
> best method.
>
> I want to create a site with similiar features. Separate male and female
> Log-in, user createable and updateable profile, restricted access, have

some
> icons ( graphics) display dependant on level of membership, etc..
>
> Which route would be the best way to go?


Hi David,

Go for ASP, PHP is crap. Seriously though, any answer you will get is going
to be heavily biased, since you are posting to a group for PHP users.
However, for what it's worth, I think PHP is far superior to ASP.net (I
haven't used ASP).
ASP.net is supposed to be easy to use, which I guess it is until you want to
do something that there isn't a pre built control for. Then it becomes very
tedious. Not to mention the fact that ASP has to be hosted on Windows; I
hear disagreement. Ok, it doesn't HAVE to be, but there's absolutely no
point in using ASP if you're going to be running it on Linux using MySQL.
Windows servers cost a shit load of money, and so do ASP developers because
they'll demand that you buy SQL Server and give them a pension, company car,
use of your wife etc. PHP developers will just expect some money and pizza.

By cgi, I presume you meant Perl? Because PHP can be ran as a cgi, but for
what it's worth, there's nothing wrong with Perl, it's been used for some
very large projects and has been around longer then PHP or ASP.

So, back to the question, do you use PHP or ASP? Well, in my opinion I'd
have to go with Java.

Nathan



Reply With Quote
  #4 (permalink)  
Old 12-20-2004
Janwillem Borleffs
 
Posts: n/a
Default Re: PHP or ASP or??

Treefrog wrote:
> Go for ASP, PHP is crap.


If that's your opion, what are you doing in a PHP newsgroup?


JW



Reply With Quote
  #5 (permalink)  
Old 12-20-2004
Treefrog
 
Posts: n/a
Default Re: PHP or ASP or??

"Janwillem Borleffs" <jw@jwscripts.com> wrote in message
news:41c6e532$0$45956$a344fe98@news.euronet.nl...
> Treefrog wrote:
> > Go for ASP, PHP is crap.

>
> If that's your opion, what are you doing in a PHP newsgroup?


That isn't my opinion. That is 6 words taken from an entire sentence that
said something utterly different. I know sarcasm is the weakest form of
humour, but if even the weakest form evades you, you're probably beyond
help.


Reply With Quote
  #6 (permalink)  
Old 12-20-2004
Janwillem Borleffs
 
Posts: n/a
Default Re: PHP or ASP or??

Treefrog wrote:
> That isn't my opinion. That is 6 words taken from an entire sentence
> that said something utterly different. I know sarcasm is the weakest
> form of humour, but if even the weakest form evades you, you're
> probably beyond help.


You're probably right...


JW



Reply With Quote
  #7 (permalink)  
Old 12-20-2004
Treefrog
 
Posts: n/a
Default Re: PHP or ASP or??

"Janwillem Borleffs" <jw@jwscripts.com> wrote in message
news:41c6ea61$0$32985$cd19a363@news.euronet.nl...
> Treefrog wrote:
> > That isn't my opinion. That is 6 words taken from an entire sentence
> > that said something utterly different. I know sarcasm is the weakest
> > form of humour, but if even the weakest form evades you, you're
> > probably beyond help.

>
> You're probably right...


Ahh, that's better ;o)


Reply With Quote
  #8 (permalink)  
Old 12-20-2004
David
 
Posts: n/a
Default Re: PHP or ASP or??

Thanks for the input everyone.

I am hosting at crystaltech on a standard plan
http://www.crystaltech.com/standardshared.htm

They do use Windows servers and here is what they say about this particular
plans hosting options

***
ASP/ASP.NET, Perl and PHP enabled shared hosting for people looking to build
either basic HTML sites or fully dynamic environments.
***

So either language would be an option. I know I'm on a PHP newsgroup so the
answers will be biased of course. Just hoping for an honest answer which
would be the best to use for me considering I am a newbie to dynamic sites
and will have to learn as I go.

I know javascript very well so I'm no stranger to programming languages.
Just server side technologies is where I'm a newb. I've also heard that
ColdFusion is even easier than ASP or PHP to learn and implement.

I'm just looking for the easiest, best way to go here for learn as I go and
a technology that will actually work for this site.

David


Reply With Quote
  #9 (permalink)  
Old 12-20-2004
Treefrog
 
Posts: n/a
Default Re: PHP or ASP or??

"David" <haha@hahaha.com> wrote in message
news:8DCxd.760$1U6.662@trnddc09...
> Thanks for the input everyone.
>
> I'm just looking for the easiest, best way to go here for learn as I go

and
> a technology that will actually work for this site.


ASP is probably not worth investing time into because it will be a dead
language in the near future as asp.net takes over. Which leaves two viable
choices; ASP.net or PHP.

When I'm not on a web project, I code C# all day creating windows apps. Even
though I use the language a lot I still hate asp.net. PHP is just so much
nicer to work with and learn.
PHP also has a more open source based community, windows coders don't often
like to give stuff away, although I'd be lying if I said they never did.

So there you have it, an honest, balanced opinion; PHP is the way forward.


Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 02:24 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0