answersLogoWhite

0

What is easy php language?

User Avatar

Anonymous

15y ago
Updated: 8/18/2019

you mean to easyphp and its not a language, is a software.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is easy php?

you mean to easyphp and its not a language, is a software.


How long does it takes to learn PHP?

It varies depending on your previous experience with programming/scripting, HTML, and such, but generally PHP is considered quite an easy language to learn. But as any language, it may be easy to learn to use it, but hard to learn to use it the right way.


Is php an interpretor?

PHP is in interpreted language, and ships with one, however PHP itself is a program language and not an interpreter.


What programming language is PHP made with?

PHP is written in the C programming language.


Which one is easy to learn PHP or QA testing?

You are trying to compare two things that are completely different. PHP is a programming language, and QA testing is a step in the creation of products.


Is PHP a drug?

PHP is a programming language. You may be thinking of PCP, or a-PHP (a-Pyrrolidinobutiophenone).


Is PHP an easy language to learn?

I found it easy because I already knew a fair bit of C++, C and Perl. The syntaxes are very similar


Why we use php?

PHP is a web programming language . It is majorly used in web applications. \ It is used for creating dynamic webpages that interact with the user . PHP offers many advantages; it is fast, stable, secure, easy to use and open source


Which language is used more for websites PHP or ASP.net?

Php


How do you write to the registry in PHP?

Impossible, php is not designed for such things, maybe with php-gtk (but i don't think so), learn C/C++ or vb.net (i don't advise you to) or learn a scripting language like python or if you want it easy learn autoit3


What is difference between php and ruby on rails?

PHP is a scripting language while Ruby on Rails is a framework based on ruby programming language. PHP is easy to learn and code while Ruby is hard to learn and code. PHP Code is a mess and difficult to find particular functions or code while ROR follows systematic development and you can easily find the required function.


How do you create main in php?

PHP is web based programming language and there in no main() function defined. Considering, PHP as HTML embedded language and server side scripting language,It get interpreted by web server .Example: Hello - End of PHP block