woody79 Posted August 8, 2008 Share Posted August 8, 2008 Personally I prefer PHP because I don't want to specify void, static, integer, string, boolean, decimal, float or any others. Quote Link to comment https://forums.phpfreaks.com/topic/118768-why-do-you-prefer-php/ Share on other sites More sharing options...
zq29 Posted August 8, 2008 Share Posted August 8, 2008 Because I have minimal experience with other server side languages. I picked up PHP first, it does what I want and expect, so have no reason to try anything like Ruby, ASP, Python etc. I know some Perl, but I only use it locally on my machine for automating mundane tasks, it's just faster than PHP for some tasks in my experience. Quote Link to comment https://forums.phpfreaks.com/topic/118768-why-do-you-prefer-php/#findComment-611677 Share on other sites More sharing options...
nadeemshafi9 Posted August 8, 2008 Share Posted August 8, 2008 Microsoft have made there stuff to complicated and there API documentation is to complicated, there table interfaces are too complicated, for web apps at least. they have too many bugs and they take too much control away from you, its just OVER developed. PHP is simple and the documentation is str8 forward just right for web apps. Quote Link to comment https://forums.phpfreaks.com/topic/118768-why-do-you-prefer-php/#findComment-611679 Share on other sites More sharing options...
nadeemshafi9 Posted August 8, 2008 Share Posted August 8, 2008 Because I have minimal experience with other server side languages. I picked up PHP first, it does what I want and expect, so have no reason to try anything like Ruby, ASP, Python etc. I know some Perl, but I only use it locally on my machine for automating mundane tasks, it's just faster than PHP for some tasks in my experience. Â perl is supercooled by PHP, ASP.net is completely different from classic ASP and PHP its another way of making appas almost a RAD(rapid app dev) combined with elements of Visual basic type coding of windows apps. the only reason you need to know perl and python is for legacy systems, i also work with legacy systems of PHP 4, people that had ASP classic sites were "those types of people" in general the type that could throw away there old app cos it wasent very good in the first place and use new .net, programming in asp.net c sharp vb is not str8 forward, its very restricted or confined. Â Â Quote Link to comment https://forums.phpfreaks.com/topic/118768-why-do-you-prefer-php/#findComment-611684 Share on other sites More sharing options...
zq29 Posted August 8, 2008 Share Posted August 8, 2008 the only reason you need to know perl and python is for legacy systems I must have missed that memo... Quote Link to comment https://forums.phpfreaks.com/topic/118768-why-do-you-prefer-php/#findComment-611805 Share on other sites More sharing options...
glenelkins Posted August 9, 2008 Share Posted August 9, 2008 In my opinion PHP dominates ASP mainly due to the fact that it executes so much faster and uses far less server resources. Not to mention there is more open source apps to work with to create quicker developments. Finally php has nothing to do with Microsoft, which is a HUGE bonus. Quote Link to comment https://forums.phpfreaks.com/topic/118768-why-do-you-prefer-php/#findComment-612240 Share on other sites More sharing options...
blufish Posted August 9, 2008 Share Posted August 9, 2008 I use PHP because first I tried to learn asp but I didn't have chilisoft and I was hosted with linux, it was also hard to understand. I like PHP ALOT better. Quote Link to comment https://forums.phpfreaks.com/topic/118768-why-do-you-prefer-php/#findComment-612342 Share on other sites More sharing options...
Naihab Posted August 10, 2008 Share Posted August 10, 2008 I prefer Python, myself. In my opinion it's much more powerful and easy to use. Quote Link to comment https://forums.phpfreaks.com/topic/118768-why-do-you-prefer-php/#findComment-612683 Share on other sites More sharing options...
dannyb785 Posted August 10, 2008 Share Posted August 10, 2008 Personally I prefer PHP because I don't want to specify void, static, integer, string, boolean, decimal, float or any others. Â Â After 4 years of engineering classes and having hundreds of errors that are related to types, it's refreshing to not have to declare anything. PHP is a gift from the programming Gods. Everything that PHP and C both can do, PHP does better(note, I did not say that PHP is better overall, just better at doing things that they both can). Quote Link to comment https://forums.phpfreaks.com/topic/118768-why-do-you-prefer-php/#findComment-612688 Share on other sites More sharing options...
Stooney Posted August 10, 2008 Share Posted August 10, 2008 PHP is the right tool for the job in my case. Quote Link to comment https://forums.phpfreaks.com/topic/118768-why-do-you-prefer-php/#findComment-612718 Share on other sites More sharing options...
corbin Posted August 10, 2008 Share Posted August 10, 2008 "Everything that PHP and C both can do, PHP does better"  Wouldn't that be a bit of a paradox since PHP is written in C?  I guess that could be looked at in two ways. Something could be better than something from which it came, but in another sense, PHP owes its everything to C. Quote Link to comment https://forums.phpfreaks.com/topic/118768-why-do-you-prefer-php/#findComment-612727 Share on other sites More sharing options...
dannyb785 Posted August 10, 2008 Share Posted August 10, 2008 "Everything that PHP and C both can do, PHP does better"  Wouldn't that be a bit of a paradox since PHP is written in C?  I guess that could be looked at in two ways. Something could be better than something from which it came, but in another sense, PHP owes its everything to C.  PHP just makes everything easier to account for, and manipulate. Since it takes care of data types for you automatically, there's no worrying about making sure everything is declared correctly and for each scenario, you just modify on the fly. I suppose you could say PHOP is the lazy man's C(not that it's a bad thing) Quote Link to comment https://forums.phpfreaks.com/topic/118768-why-do-you-prefer-php/#findComment-612748 Share on other sites More sharing options...
corbin Posted August 10, 2008 Share Posted August 10, 2008 "I suppose you could say PHOP is the lazy man's C(not that it's a bad thing)"   Or the smart man's C in the sense of web developing. Imagine writing a website in C lol.... Quote Link to comment https://forums.phpfreaks.com/topic/118768-why-do-you-prefer-php/#findComment-612985 Share on other sites More sharing options...
wen1900 Posted August 14, 2008 Share Posted August 14, 2008 PHP gets the job done quickly... if you know what you're doing that is ;-) Quote Link to comment https://forums.phpfreaks.com/topic/118768-why-do-you-prefer-php/#findComment-616693 Share on other sites More sharing options...
revraz Posted August 14, 2008 Share Posted August 14, 2008 Why do I prefer PHP over... what? Quote Link to comment https://forums.phpfreaks.com/topic/118768-why-do-you-prefer-php/#findComment-616817 Share on other sites More sharing options...
nadeemshafi9 Posted August 20, 2008 Share Posted August 20, 2008 Why do I prefer PHP over... what? over asp and asp.net in particular Quote Link to comment https://forums.phpfreaks.com/topic/118768-why-do-you-prefer-php/#findComment-621478 Share on other sites More sharing options...
revraz Posted August 23, 2008 Share Posted August 23, 2008 Where is the "I don't" vote? Quote Link to comment https://forums.phpfreaks.com/topic/118768-why-do-you-prefer-php/#findComment-623681 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.