On Mon, 11 Dec 2017, michael wrote:
root@raspberrypi:/var/www# cat test.php <?php include 'variables.php';echo "Settings.config: $settings_config"; echo "Local IP: $localIP"; ?> root@raspberrypi:/var/www# root@raspberrypi:/var/www# cat variables.php <!-- Author: Michael Robinson --> <!-- Early attempt to centralize paths to one file --> $localIP = '127.0.0.1';
Don't you need <?php to start variables.php too? -- Paul Heinlein [email protected] 45°38' N, 122°6' W
_______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
