Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
One of three:
1) Just create a .php file;
2) You need Joomla integration (database access, etc.), paste this code (example for the root folder):
<?php
define('_JEXEC', 1);
define('JPATH_BASE', dirname(__FILE__));
define('DS', DIRECTORY_SEPARATOR);
require_once(JPATH_BASE . DS . 'includes' . DS . 'defines.php');
require_once(JPATH_BASE . DS . 'includes' . DS . 'framework.php');
$app = JFactory::getApplication('site');
$app->initialise();
?>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question