Skip to content

Instantly share code, notes, and snippets.

View toondaey's full-sized avatar
:atom:

Babatunde Aromire toondaey

:atom:
  • @t00nday
View GitHub Profile
@toondaey
toondaey / index.php
Created December 4, 2018 17:43
Solution to coding assignment
<?php
include_once 'json.php';
$people = json_decode($people, true);
$data = $people['data'];
$email = '';