1. it is open source
2. free to use
3. widely supported by various programming communities
4. pre-made scripts freely and widely available
Exactly the same things can be said of perl, python, ruby.
It really does depend upon what the target application is. php could be a good choice if (and maybe only if) the intention is to provide web server-based processing. If you're doing text-oriented processing then perl's your best bet. If you're doing general programming tasks then either python, ruby or perl are your chices (sic). If you're looking at scripting tasks then maybe bash (one of the UNIX shell script languages) could be your thing. For me, as a Mac user, there's AppleScript and Automator.
Oops that was indeed a typo; should have been choices. The sic is to emphasis that there is more than one way to skin a cat and that php is not the the be all and end all of scripting.
I think that's a misuse of sic, then. I'm not usually a language nazi, but in this case it ended up being really confusing because the sic happened to follow an actual typo. Sic is usually used to indicate that the previous seemingly-misspelled word is not actually misspelled.
I've never seen it used in the context you just did...
I used sic in the normal way --- just happens that my dyslexia erupted and I failed to notice that the word I was sicing was itself misspelled. (As a linguist I hold no truck with prescriptive grammars and punctuation instead I'm firmly wedded to descriptive grammars and punctuation.)
I always thought that you used "sic" when quoting something that contained a misspelling, and the sic is to indicate that you are aware of the misspelling and have intentionally kept it to maintain the accuracy of the quote.
Perhaps my belief has been wrong for all these years... rock my world fellow portable appers...
DarkbeeI always thought that you used "sic" when quoting something that contained a misspelling, and the sic is to indicate that you are aware of the misspelling and have intentionally kept it to maintain the accuracy of the quote.
You're right.
"The question I would like to know, is the Ultimate Question of Life, the Universe and Everything. All we know about it is that the Answer is Forty-two, which is a little aggravating."
A hammer is one tool that you can use but there are others. I think, and this is probably the point you're trying to make, it all depends on what you're trying to do and how you hope to achieve it.
PHP is a scripting language. It was designed for producing dynamic web pages. Now it can include a command line interface capability and can be used in standalone graphical applications. It is similar to other server-side scripts that provide dynamic content from a web server to a client, such as Microsoft's Active Server Pages, Sun Microsystems' JavaServer Pages, and mod_perl. PHP executes hundreds of base functions and thousands more via extensions.
The PHP Group produces the main implementation of PHP which serves as the de facto standard for PHP, because there is no formal specification now. PHP Group provides the complete source code for users to build, customize and extend for their own use. It is considered a free software released under the PHP License. But it is incompatible with the GNU General Public License (GPL) as there are restrictions on the usage of the term PHP.
PHP is a widely-used general-purpose scripting language that can be embedded into HTML. It generally runs on a web server and creates web pages taking PHP code. It is also used for command-line scripting and client-side GUI applications. It works on most web servers, operating systems and platforms free of charge. PHP can be used with many relational database management systems. Now, according to php tutorials, it functions on more than 20 million websites and 1 million web servers.
PHP can be compared to a filter as it takes input from a file or stream containing text and/or PHP instructions and outputs another data; HTML is the most common output. It can automatically identify the language of the user.
What other is needed no be the best? My answer - YES
The only complaint that I've seen against PHP is that is has some questionable security features/flaws, which leads some developers to say that you should avoid it like the plague. In my limited experience though, it seems to be very widely accepted and accessible, and a relatively easy language to work with, so I don't see any major problems unless you're writing web apps for Secret Services.
it really depends on what you need to accomplish.
php as a language is nice because:
1. it is open source
2. free to use
3. widely supported by various programming communities
4. pre-made scripts freely and widely available
etc. etc.
Personally i prefer PHP over other languages, but that doesn't mean other languages aren't as good.
1. it is open source
2. free to use
3. widely supported by various programming communities
4. pre-made scripts freely and widely available
Exactly the same things can be said of perl, python, ruby.
It really does depend upon what the target application is. php could be a good choice if (and maybe only if) the intention is to provide web server-based processing. If you're doing text-oriented processing then perl's your best bet. If you're doing general programming tasks then either python, ruby or perl are your chices (sic). If you're looking at scripting tasks then maybe bash (one of the UNIX shell script languages) could be your thing. For me, as a Mac user, there's AppleScript and Automator.
What does "chices" mean? Judging by sic, it's not a typo...
Oops that was indeed a typo; should have been choices. The sic is to emphasis that there is more than one way to skin a cat and that php is not the the be all and end all of scripting.
I think that's a misuse of sic, then. I'm not usually a language nazi, but in this case it ended up being really confusing because the sic happened to follow an actual typo. Sic is usually used to indicate that the previous seemingly-misspelled word is not actually misspelled.
I've never seen it used in the context you just did...
I used sic in the normal way --- just happens that my dyslexia erupted and I failed to notice that the word I was sicing was itself misspelled. (As a linguist I hold no truck with prescriptive grammars and punctuation instead I'm firmly wedded to descriptive grammars and punctuation.)
I always thought that you used "sic" when quoting something that contained a misspelling, and the sic is to indicate that you are aware of the misspelling and have intentionally kept it to maintain the accuracy of the quote.
Perhaps my belief has been wrong for all these years... rock my world fellow portable appers...
You're right.
"The question I would like to know, is the Ultimate Question of Life, the Universe and Everything. All we know about it is that the Answer is Forty-two, which is a little aggravating."
Is a hammer the best tool. It is if you need to drive a nail but its not if you need to turn a screw.
Paul
Yep. This is a highly subjective question.
Cancer Survivors -- Remember the fight, celebrate the victory!
Help control the rugrat population -- have yourself spayed or neutered!
A hammer is one tool that you can use but there are others. I think, and this is probably the point you're trying to make, it all depends on what you're trying to do and how you hope to achieve it.
PHP is a scripting language. It was designed for producing dynamic web pages. Now it can include a command line interface capability and can be used in standalone graphical applications. It is similar to other server-side scripts that provide dynamic content from a web server to a client, such as Microsoft's Active Server Pages, Sun Microsystems' JavaServer Pages, and mod_perl. PHP executes hundreds of base functions and thousands more via extensions.
The PHP Group produces the main implementation of PHP which serves as the de facto standard for PHP, because there is no formal specification now. PHP Group provides the complete source code for users to build, customize and extend for their own use. It is considered a free software released under the PHP License. But it is incompatible with the GNU General Public License (GPL) as there are restrictions on the usage of the term PHP.
PHP is a widely-used general-purpose scripting language that can be embedded into HTML. It generally runs on a web server and creates web pages taking PHP code. It is also used for command-line scripting and client-side GUI applications. It works on most web servers, operating systems and platforms free of charge. PHP can be used with many relational database management systems. Now, according to php tutorials, it functions on more than 20 million websites and 1 million web servers.
PHP can be compared to a filter as it takes input from a file or stream containing text and/or PHP instructions and outputs another data; HTML is the most common output. It can automatically identify the language of the user.
What other is needed no be the best? My answer - YES
The only complaint that I've seen against PHP is that is has some questionable security features/flaws, which leads some developers to say that you should avoid it like the plague. In my limited experience though, it seems to be very widely accepted and accessible, and a relatively easy language to work with, so I don't see any major problems unless you're writing web apps for Secret Services.