Skip to content

php

Apache and PHP Notes

Restart apache with command line:/etc/init.d/apache2 restart(Apache 7.x:  sudo systemctl restart apache2) php.ini locaction/etc/php5/apache2(Apache 7.x :  /etc/php/7.2/apache2 Apache error log location/etc/php5/apache2/php_errors.log Apache configuration file location/etc/apache2/apache2.conf

JSON Multi-Dimensional Array

This page shows an example JSON multi-dimensional array. {    “customer_name”: “Dave Schneider”,    “address1”: “2205 W Oakwood”,    “address2”: “”,    “city”: “Oxford”,    “state”: “MI”,    “zip”: “48361”,    “email”:… Read More »JSON Multi-Dimensional Array