Skip to content

Instantly share code, notes, and snippets.

View abdulwahhabkhan's full-sized avatar

Abdul Wahhab Khan abdulwahhabkhan

  • Cambridge United Kindom
View GitHub Profile
@abdulwahhabkhan
abdulwahhabkhan / jsonToTable.php
Created April 19, 2024 09:11 — forked from stilliard/jsonToTable.php
JSON to HTML table
<?php
/**
* JSON data to html table
*
* @param object $data
*
*/
function jsonToTable ($data)
{
@abdulwahhabkhan
abdulwahhabkhan / macosx-install-php-oracle-oci8.md
Created January 11, 2024 08:06 — forked from nasrulhazim/macosx-install-php-oracle-oci8.md
install Oracle PHP Extension (oracle OCI8) - instantclient for Mac OS 10.12.6 - homebrew environnement - on PHP 7.2

Installation

This procedure is tested on Mac OS X 10.12.6

PHP 7.2 installed with Homebrew.

Preparation

Download the following files from Oracle website (yes, you need to create an account and accept terms):