Search
 
SCRIPT & CODE EXAMPLE
 

PHP

joomla redirect

$app = JFactory::getApplication();

$app->enqueueMessage('Redirect to another page was successful', 'success');
$app->redirect(JRoute::_('index.php'));

//or

$app = JFactory::getApplication();
$app->redirect("'http://google.com'");
Comment

PREVIOUS NEXT
Code Example
Php :: xampp check php version 
Php :: db connection postgres laravel 
Php :: only alphanumeric characters are allowed regex in php 
Php :: object of class symfonycomponentformformview could not be converted to string 
Php :: qual é a melhor linguagem de programação para iniciantes 
Php :: laravel get extension from url 
Php :: calcul age php datetime 
Php :: how to get the values of other fields in acf validate values 
Php :: destroy php variable 
Php :: créer projet laravel 
Php :: ternary operator laravel blade 
Php :: delete record php mysqli 
Php :: cart icon in woocommerce 
Php :: decode utf-8 php 
Php :: array_intersect php 
Php :: php get intersection of arrays 
Php :: websocket 2006 MySQL server has gone away 
Php :: php string contains string 
Php :: strpos in python 
Php :: laravel convert number to si 
Php :: run a server php with a specific folder terminal 
Php :: laravel migrate fresh 
Php :: laravel subdays 
Php :: spatie media library retrieve media from url 
Php :: php date month italian 
Php :: php déclarer une constante URL 
Php :: Composer detected issues in your platform: Your Composer dependencies require a PHP version "= 8.0.2". 
Php :: php if post exists 
Php :: is php the fucking worst 
Php :: Get color code from string 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =