answersLogoWhite

0

What are the strengths of PHP?

User Avatar

Anonymous

14y ago
Updated: 8/18/2019

Actually i work with PHP because:

- Structure is awesome

- It works on different platforms (Windows, Linux, ..)

- It's simple and also powerful

- You can do everything that you want like editing photo, publishing things, even modify files and ... (no limitation)

- All you need is PHP Engine (can be downloaded from: php.net)

I have worked with other languages too, but PHP is best.

ASP.NET is worst for me because unlike PHP you going to need lot of things and additional knowledge. (like it going to add some tags in your HTML Source that i hate it)

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is 10 percent in Php 250?

Answer: Php 2510% of Php 250= 10% * Php 250= 0.10 * Php 250= Php 25


What is a php consultant?

PHP Consultant is a Expert PHP Developer who Guide PHP Development Process


Is php a binary file?

No, PHP is text file with .php extension.


Will php 4.4.7 server support php 5 files?

Yes php 4.4.7 server support php 5 files. But most of the php 5 features are not supported by php 4.4.7 version


What are the horrors of PHP?

It is unfair to categorize an entire programming language as "horrors." Like any programming language, PHP has its own strengths and weaknesses. Some of the criticisms of PHP include its syntax, which can be inconsistent and difficult to read, as well as its security vulnerabilities in the past. However, over the years, the PHP community has worked to address many of these issues, with frequent updates and improvements to the language, as well as the introduction of new frameworks and tools for secure development. Ultimately, PHP remains a popular language for web development, with a large community and extensive resources available jai infoway Provide Services


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 get the url in a php website?

Copy the URL with the .php, The .php is part of the page.


What is new in PHP?

PHP is a recursive acronym for "PHP: Hypertext Preprocessor" created by The PHP Group. PHP is a widely used server-side scripting language and the general purpose of PHP is to create dynamic Web Pages. For more information, visit the PHP website.


Where can PHP help be found online?

PHP help can be found online in several different places. Some of these places include PHP Live Support, PHP Moot, PHP Help, Live Person, and PHP Freaks.


What is php extension?

We can write php extension is many way... .php , .php5, .php4


How do I get rid of PHP in Charter's home page?

Open the PHP script and delete the PHP from it.


How do you write a php algorithm?

Well if you know php then you can write your own algorithm php syntax is <?php //open php tag $num = 1; $num2 = 2; $total = $num + $num2; echo $total; ?> //close php tag