answersLogoWhite

0

Can you update the joomla website in core php?

Updated: 8/19/2019
User Avatar

Wiki User

11y ago

Best Answer

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

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can you update the joomla website in core php?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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.


What is official website of PHP?

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


What is the official website for PHP?

The official website of PHP would be 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.


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.


How do you get the url in a php website?

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


How do you update data in a MySQL database using PHP?

To update data from your MySQL database you need to use the mysql_query() function. Please see the example below: <?php mysql_query("UPDATE table_name SET field_name_2 = '77' WHERE field_name = 44"); ?>


How do you make a blog using PHP and MySQL?

You can create blog in php. In fact, many blogs on the internet created using php. There are many readymade blogs which you can install on your own server. Or, if you wish, you can create your own blog application. Simply, blog is a dynamic website (users can add, delete, update content) and PHP was designed for creation of dynamic websites.