answersLogoWhite

0

Though it maybe likely, it would still be a bad idea. Even though JOOMLA is derived from Core PHP there are quite a few differences in the syntax compared to Core PHP.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Is it possible to use a joomla website on asp technology?

No, this is not possible. Joomla is written in PHP while ASP.NET uses IIS.


How joomla in php language pronounced?

The word Joomla is pronounced "joomluh".


Can you help me improve my SEO and update my website using PHP?

There are a few things that you can do to improve SEO and update the website using PHP. You can do steps to step things to the tools.


What is CMS and its Type in PHP?

CMS is a Content Management System, Some types of CMS's that are written in PHP would be WordPress, Drupal, Joomla. Is this what you were asking?


What is difference between visual studio and joomla?

Joomla is an open source content management system using PHP, while visual studio is a development suite and wysiwyg editor.


How to install joomla on windows operating system?

To install Joomla on a Windows operating system, first, ensure you have a web server environment like XAMPP or WAMP installed, which includes PHP, MySQL, and Apache. Download the latest version of Joomla from the official website and extract the files into the web server's root directory (e.g., C:\xampp\htdocs\joomla). Next, create a database for Joomla using phpMyAdmin, then navigate to http://localhost/joomla in your web browser and follow the installation wizard, providing the database details and configuring your site settings. Finally, complete the installation and remove the installation folder as instructed.


What is the official website for PHP?

The official website of PHP would be php.net.


What is official website of PHP?

The official website of PHP would be www.php.net.


What should you study first phP mysql or java or Ajax or Joomla?

Joomla, as it has the fastest learning curve of all your options. It depends on the case, but it is ideal for non-experts. Joomla also has some limitations (not many, actually) and thus you may have to discard it in the long run, but it is a great starting point.


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 core php?

Core PHP is the language without the addition of various modules and extensions, such as EXIF, GDI, MySQL, and so on. It is the basic language.


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.