On Sat, 2 Jun 2018 18:38:05 +0100, [email protected] said: > So is there a real simple idiots guide to setting up php and a mysql > database ?
Start with: # apt install apache2 libapache2-mod-php php-mysql mariadb-client mariadb-server (MariaDB is a replacement for MySQL). Then try to get your application working. Any problems, comes back to the list (you'll learn far more by trying it than by simply following an online document). -- Linux Tips: https://www.tiger-computing.co.uk/category/techtips/ -- Please post to: [email protected] Web Interface: https://mailman.lug.org.uk/mailman/listinfo/hampshire LUG URL: http://www.hantslug.org.uk --------------------------------------------------------------
