answersLogoWhite

0

What are the uses of using PHP?

User Avatar

Anonymous

12y ago
Updated: 12/27/2022

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
2y ago

What else can I help you with?

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 PHP object oriented?

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


Is Answers.com coded using PHP or ASP?

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


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


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 */ ? >


Does you office have PHP programming services?

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


Why do we use Php?

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


How do you output a star using PHP?

type this in a file save it as something.php and then run it <?php echo '*'; ?>


Which programming language does PHP resemble?

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