answersLogoWhite

0

PHP is a programming language which is used to create server side pages which are process by server and CakePHP is a framework which is written using php which helps developers to create web pages or we can say web application easily and quickly. CakePHP is a tool to create web application.

User Avatar

Wiki User

13y ago

What else can I help you with?

Continue Learning about Basic Math

What is the difference between single quotes and double quotes?

in programming, single quotes are for characters, and double quotes are for string, but in php, javascript, html, css i don't see any difference between the two.


What is the difference between single quotes and double quotes in PHP?

There's not too much of a difference. Most people prefer using double quotes because of the fact that you can do this: <?php $var2 = "Look at {$var1}!"; ?> which you can't do the {} thing with single quotes. You would have to do <?php $var = 'Look at '.$var1.'!'; ?>


What is the difference between php php3 and phtml?

PHP, PHP3, and PHTML refer to different versions and contexts of the PHP programming language. PHP is the current and widely used version, while PHP3 is an older version that introduced many features but is no longer supported. PHTML is a file extension typically used for PHP files, indicating that the file contains PHP code, while .php is the more common extension today. In summary, the key differences lie in versioning and file naming conventions.


What is the difference between simple php and core php?

The terms "simple PHP" and "core PHP" are not commonly used in the web development community, but based on the context, we can provide an explanation of what they might refer to: Simple PHP: "Simple PHP" is a vague term that could refer to using basic PHP syntax and features without incorporating any advanced frameworks or libraries. In this context, "simple PHP" typically means writing PHP code without relying on additional tools or external dependencies. It implies a straightforward and minimalistic approach to PHP development. Core PHP: "Core PHP" refers to the fundamental and essential features of the PHP programming language itself. Core PHP includes the core functions, language constructs, and syntax provided by PHP without the use of any external libraries or frameworks. It involves writing PHP code in its purest form, utilizing the features and functionalities offered by the PHP language without any additional abstractions. In summary, "simple PHP" suggests a minimalistic approach to PHP development, while "core PHP" focuses on utilizing the essential features and syntax of the PHP language itself without relying on external dependencies. It's worth noting that both terms are not widely used, and their exact definitions may vary depending on the context and the individuals using them.


What is the difference between echo and print in PHP?

Print always returns a value of true, but echo doesn't. echo also has a short cut syntax meaning you can immediately follow the php tags by an equals sign and it will echo the result like in the example shown below: <?=$hello?>

Related Questions

Difference between apache and PHP?

Apache is a web server. PHP is a scripting language.


Difference between fruitcake and Christmas cake?

The difference between fruit cake, and Christmas Cake is that Christmas Cake is, richer and contains SPICES


Is there a difference between coffee cake and streussell?

No, there is no much difference between the coffee cake and streussell other than the recipes.


What is the difference between the wedding cake knives?

there is no difference


What is the difference between mocha cake and devils food cake?

The name


What is the difference between cheeseckake and cake?

The cheese.


Does cake change density when it bakes?

The density will make the difference between a fluffy cake and a hard cake.


What is the difference between PHP and struts?

STRUTs is a framework of technology of java based on JSP/Java Servlets PHP is another server scripting language


What are defferences between gateaux and torte?

The difference between torte and gateaux is the former is a French cake while the latter is an Australian cake.


What is the difference between net and php?

.net is a framework based on Microsoft software and is not open source, php is a language which is open source and based on Linux/unix systems


What is the difference between aloe and agave?

I dont know! I like chocolate cake! Do you like chocolate cake?


Difference between jsp and php?

JSP stands for Java Server Pages whereas PHP stands for Hypertext PreProcessor. PHP is a scripting language whereas JSP is a full fledged technology. JSP is much more powerful and has more features than PHP