by Garth | Dec 29, 2022 | PHP, Ubuntu
sudo update-alternatives –config php
by Garth | Nov 9, 2022 | PHP
RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([^\.]+)$ $1.php [NC,L]
by Garth | Dec 20, 2021 | Debugging, Docker, Laravel, PHP, Windows
Useful for Debugging :https://old.garthbaker.co.za/re-install-ubuntu-windows-11/ Install PHP 8 (Ubuntu Terminal cd ~) sudo apt update sudo apt -y upgrade — sudo apt update sudo apt install lsb-release ca-certificates apt-transport-https...
by Garth | Nov 11, 2021 | Javascript, PHP
When you write your script and save it, it will not automatically run. You must load the file first. After loading the file the cronjob will continue running automatically. <script type=”text/javascript”> // Cron Timer (Set run timer)...
by Garth | Mar 16, 2021 | PHP, Tools
Setting up xDebug is a bit of a pain as the links are not clearly linked. So below is some info to help you 😉 In order to use the Install Wizard. Open your PHPinfo() page from the xampp default dashboard pagehttp://localhost/dashboard/phpinfo.php Copy all...