$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install LAMP PHP 5.6 on KDE Neon 2019 Easy Guide

October 3, 2019 | By the+gnu+linux+evangelist.

Installing

    1. 2. Installing PHP 5

      How to Install PHP 5.6 on KDE Neon GNU/Linux

      PHP 5.6 Install KDE Neon
    2. 3. Installing LAMP

      Then to Install Complete LAMP Stack.

      sudo apt install apache2 mysql-server php5.6-mysql

      If Got “User is Not in Sudoers file” then see: How to Enable sudo

    3. 4. Installing PHP Apache

      And for Installing the PHP 5.6 Apache Module.

      sudo apt install libapache2-mod-php5.6

      Please note that this package ONLY works with Apache’s prefork MPM, as it is not compiled thread-safe.

    4. How to Enable Apache2 mod_rewrite Module on KDE Neon.

      Enabling Apache2 Rewrite for KDE Neon

    Contents