//Refreshes your current page
header("Refresh:0");
header("Refresh:2"); // Refreshes after 2 seconds
//If you need to redirect it to another page
header("Refresh:0; url=page2.php");
header("url=thepage.php;refresh:3");
exit();
// The user will be redirected after 3 seconds to thepage.php
header("Refresh:0");
header("Refresh:0; url=page2.php");
Code Example |
---|
Php :: laravel run single migration |
Php :: php loop |
Php :: laravel get current route name |
Php :: laravel .htaccess settings |
Php :: php console log |
Php :: php function to remove underscore |
Php :: composer install without dependencies |
Php :: php loop through lines of file |
Php :: laravel run php server by ipv4 |
Php :: password match laravel |
Php :: migration not found laravel |
Php :: php select version ubuntu |
Php :: php str_replace |
Php :: php generate random alphanumeric string |
Php :: livewire onkeydown |
Php :: get image extension in php |
Php :: string contains string laravel |
Php :: function exists php |
Php :: get all post values in php |
Php :: laravel hash::check |
Php :: php version change ubuntu |
Php :: array_unique |
Php :: create unique filename php |
Php :: php is string |
Php :: order By Asc in laravbel |
Php :: determine special characters in php |
Php :: wordpress echo the excerpt |
Php :: php artisan serve specify ip |
Php :: laravel get random row |
Php :: first day of month php |