Forum Moderators: coopster

Message Too Old, No Replies

Php

Any one can answer this questions please

         

webtwigs

8:27 am on Aug 21, 2017 (gmt 0)

5+ Year Member



What are the applications of PHP?

Peter_S

8:31 am on Aug 21, 2017 (gmt 0)

5+ Year Member Top Contributors Of The Month



[php.net...]

PHP is a popular general-purpose scripting language that is especially suited to web development.

Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world.


Other resource : [en.wikipedia.org...]

typomaniac

12:40 pm on Aug 21, 2017 (gmt 0)

10+ Year Member Top Contributors Of The Month



Can be used for fomr handling, picture galleries, forums, database management systems to name a few more. Is nice because its pretty easy to work with for the most part.

lucy24

4:04 pm on Aug 21, 2017 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Very, very shallow learning curve. Unlike some languages, you don't need to become near-fluent before you can use it for anything at all. You can learn three words of PHP, just enough to do one thing, and then add other words as you need them.

webtwigs

5:36 am on Aug 23, 2017 (gmt 0)

5+ Year Member



Thanks for your valuable ideas...

Peter_S

10:54 am on Aug 23, 2017 (gmt 0)

5+ Year Member Top Contributors Of The Month



You can also use PHP to write Batch script (Linux or Windows). This is what I do, to automate background tasks.

You can even use PHP to create desktop GUI applications with PHP-GTK [ [gtk.php.net...] ], or PHP Desktop [ [github.com...] ] (there might be others too).

eeek

7:20 pm on Aug 29, 2017 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



What are the applications of PHP?


It's a programming language. Its applications are whatever you write.

typomaniac

7:34 pm on Aug 29, 2017 (gmt 0)

10+ Year Member Top Contributors Of The Month



If you are looking to add interactive (with your web audience) php is probably the best place to start. There are other languages such as perl which is also great (in my opinion, the best) for web programming but finding answers for php problems is probably the easiest. There are sites like [html.net ] which along with [w3schools.com ] which can get you off the ground quick at no expense, and, of course you are already at the best place of all.