Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
which is better php or asp?and difference btw them
Old 04-23-2009, 08:29 AM which is better php or asp?and difference btw them
Average Talker

Posts: 26
Trades: 0
dear fellows i m new to webdevelopment.i have been using free templates earlier but i m intersted to learn a language asp or php.so can u people help in decideing me whichlanguage shouldi learn and why u say which is better.

thx
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
ltimranjaved is offline
Reply With Quote
View Public Profile Visit ltimranjaved's homepage!
 
 
Register now for full access!
Old 04-23-2009, 09:17 AM Re: which is better php or asp?and difference btw them
rogem002's Avatar
PHP Chap

Posts: 843
Name: Mike
Location: United Kingdom
Trades: 0
http://www.webmaster-talk.com/php-fo...s-asp-net.html

http://www.webmaster-talk.com/asp-fo...ersus-php.html

PHP to start with would be better, it's easier to learn and is a lot faster (not to mention, the support is quite good for it)
__________________
My Blog/Site:
Please login or register to view this content. Registration is FREE
rogem002 is offline
Reply With Quote
View Public Profile Visit rogem002's homepage!
 
Old 04-23-2009, 09:23 AM Re: which is better php or asp?and difference btw them
Average Talker

Posts: 26
Trades: 0
but dont you think it has been outdated or will it be in the market incoming years
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
ltimranjaved is offline
Reply With Quote
View Public Profile Visit ltimranjaved's homepage!
 
Old 04-23-2009, 10:14 AM Re: which is better php or asp?and difference btw them
TWD
TWD's Avatar
King Spam Talker

Posts: 1,190
Trades: 0
Quote:
Originally Posted by ltimranjaved View Post
but dont you think it has been outdated or will it be in the market incoming years
Why would you think that?

Just look at the number of PHP posts on this forum versus ASP.
That should tell you something about the relative popularity.

Besides, PHP is open source (the way of the future).
ASP is Microsoft (a fading star in the internet universe).

PHP5 was a profound evolution from PHP4.
PHP6 promises to be even better...(full unicode support)
TWD is offline
Reply With Quote
View Public Profile
 
Old 04-23-2009, 10:52 AM Re: which is better php or asp?and difference btw them
zeruel's Avatar
Webmaster Talker

Posts: 515
Location: SouthEast
Trades: 0
Quote:
Originally Posted by rogem002 View Post
http://www.webmaster-talk.com/php-fo...s-asp-net.html

http://www.webmaster-talk.com/asp-fo...ersus-php.html

PHP to start with would be better, it's easier to learn and is a lot faster (not to mention, the support is quite good for it)
Cool links man! I will read them all later...

I think that PHP is way much better and efficient compared to Yahoo..
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
zeruel is offline
Reply With Quote
View Public Profile Visit zeruel's homepage!
 
Old 04-23-2009, 12:36 PM Re: which is better php or asp?and difference btw them
rogem002's Avatar
PHP Chap

Posts: 843
Name: Mike
Location: United Kingdom
Trades: 0
Quote:
Originally Posted by zeruel View Post
I think that PHP is way much better and efficient compared to Yahoo..
That made me giggle so much, I twittered it.

PHP is currently quite awesome, websites such as youtube and facebook use it
__________________
My Blog/Site:
Please login or register to view this content. Registration is FREE

Last edited by rogem002; 04-23-2009 at 12:39 PM..
rogem002 is offline
Reply With Quote
View Public Profile Visit rogem002's homepage!
 
Old 04-23-2009, 12:54 PM Re: which is better php or asp?and difference btw them
NullPointer's Avatar
Will Code for Food

Posts: 2,815
Name: Matt
Location: Irvine, CA
Trades: 0
Quote:
Originally Posted by zeruel View Post
I think that PHP is way much better and efficient compared to Yahoo..
What?

...Regarding the topic

I don't think one is better than the other, and any debate about which is better will likely turn into a popularity contest.

There are a lot of things about PHP that make it "easy" (no strong type checking, dynamic arrays, a huge library that is included by default), but as someone new to programming those are the things that are likely to lead to bad habbits. I think it would be better to start out with a language like Java or C++.

Calling PHP open source and ASP proprietary isn't really a good point to base your decision on. Java is developed by Sun, but no one seems to care about that. The fact that ASP is not released under GPL (neither is PHP) is going to have zero impact on you as a programmer.

You should base your decision on what you intend to do. If you are working with an existing CMS it is likely that it is coded in PHP. If you are hosted on a linux machine then .NET might not even be an option.

You could just ignore everyone's advice and go learn JSP
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
NullPointer is online now
Reply With Quote
View Public Profile Visit NullPointer's homepage!
 
Old 04-23-2009, 01:07 PM Re: which is better php or asp?and difference btw them
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
ASP is a rather outdated technology. It is really just the pay for, non-open source version of PHP 4. Don't confuse it with ASP.NET, which is a totally different platform, similar in name only. ASP.NET is pretty much totally different than PHP, in fact, it isn't even a programming language. ASP.NET is a framework, inside of which programming languages and other data can exist, then be compiled together to form a dynamic webpage or application. It also has its own tagged based template system, much like Smarty for PHP, though a bit more complicated.

PHP is, in my opinion, much easier to use. Because ASP.NET is compiled, however, it is faster. I've only been on one .NET project, one in C#, in which I was mostly doing HTML, CSS, and front-end code. Even this part is written in a weird and different way in a Visual Web Developer project, with tons of ASP XML tags smattered throughout, which you need to learn to use in order to do even simple things like place classes on certain <input> elements, or other active form elements.

ASP.NET also does weird things, like place entire webpages inside of a form in some configurations, and there is the JavaScript postback framework that I find very confusing. All in all, I'd say I never quite got over the learning curve, but I know from my experience, that I will always prefer PHP because of how straightforward it is.
__________________
I build web things. I work for the startup
Please login or register to view this content. Registration is FREE
.

Last edited by wayfarer07; 04-23-2009 at 01:10 PM..
wayfarer07 is online now
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 04-23-2009, 01:13 PM Re: which is better php or asp?and difference btw them
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
Quote:
Originally Posted by NullPointer
You could just ignore everyone's advice and go learn JSP
Just start straight with Python. Skip everything else
__________________
I build web things. I work for the startup
Please login or register to view this content. Registration is FREE
.
wayfarer07 is online now
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 04-23-2009, 03:35 PM Re: which is better php or asp?and difference btw them
Skilled Talker

Posts: 68
Name: Avi Zolty
Location: Atlanta
Trades: 0
I'd suggest PHP, it's a much nicer language in my opinion.
__________________
"If you say something interesting, people will remember your name" ~ Anonymous


Please login or register to view this content. Registration is FREE
.asp <- Irony
Zoltar1992 is offline
Reply With Quote
View Public Profile
 
Old 04-28-2009, 04:25 AM Re: which is better php or asp?and difference btw them
nayes84's Avatar
Extreme Talker

Latest Blog Post:
Difference between ASP And JSP
Posts: 232
Name: John
Location: Tokyo
Trades: 0
I had used both in programming and I completely recommend php.
asp has many issues with incompatibility with older versions or even with versions updates. also it is buggy when some thing go wrong with our code it will be so hard to know exactly what is the reason.
php is the one you go
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

if(I'm("Helpful")) Add_Talkupation("nayes84");
nayes84 is offline
Reply With Quote
View Public Profile
 
Old 04-28-2009, 05:41 AM Re: which is better php or asp?and difference btw them
Novice Talker

Posts: 11
Trades: 0
php is lot easier to implement and one of the best starting point for a beginner
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
tailender1 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to which is better php or asp?and difference btw them
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.34190 seconds with 12 queries