answersLogoWhite

0

What are the uses of using PHP?

Updated: 12/27/2022
User Avatar

Wiki User

11y ago

Best Answer

There are many reasons to love PHP. Let us count the ways:

1. Cost. PHP is completely free.

2. Ease of Use. PHP is easy to learn compared to many other scripting languages. PHP has a syntax that is easy to parse and is actually rather human-friendly.

3. Embedded. PHP can be easily embedded directly into HTML.

4. Compatibility. PHP runs native on all UNIX and Windows platforms.

5. Not Tag-Based. PHP is a real programming language.

6. Stability.

7. Speed.

8. Open source licensing.

9. Many extensions.

10. Fast feature development.

11. Popularity.

12. Not proprietary.

13. Strong user communities.

User Avatar

Aglae Pacocha

Lvl 10
1y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the uses of using PHP?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which PHP version does Facebook use?

Facebook uses PHP 5.


What scripting engine does PHP use?

PHP itself is a scripting language, and uses it's own PHP interpreter (engine).


Does android supports PHP?

It supports websites made on php but not coding in php. There are workarounds for coding in PHP using Android.


How do you write coding php using switch case?

The case structure in PHP uses the following syntax: switch($foo){ case 'bar': doSomething(); break; case 'blah': doSomethingElse(); break; default: handleOtherCases(); }


Is Answers.com coded using PHP or ASP?

If you're referring to Answers.com, it's built using PHP as a backend.


Is PHP object oriented?

Yes - 'advanced' PHP programming uses Object Oriented Programming (OOP).


How do you add a comment in PHP?

< ?php // This is an example of comment in PHP /* This is another example of comment in PHP and we can write comments in multiple lines using this method */ ? >


What are the php codes?

Your question is very vague, The PHP Codes as you call them could be referring to the server-side code written in PHP that a website uses. for more information about PHP go to php.net


Why do we use Php?

PHP is an Open Source Scripting Language. We can create Web Pages and Web Applications using PHP.


Does you office have PHP programming services?

No, my office does not have PHP programming services. My office uses Frontpage programing for our websites.


How to display a variable in PHP using echo or print statements?

displaying a variable in php using echo statement? <?php $name="ram"; //declaring and defining the variable echo "$name"; //printing the variable using echo command ?>


Which programming language does PHP resemble?

PHP uses a Perl-like syntax, but is simpler, less consistent and more limited.