Skip to content

Instantly share code, notes, and snippets.

View DevotionGeo's full-sized avatar
🏡
Working from home

Bangash DevotionGeo

🏡
Working from home
View GitHub Profile
$id='1227feacf41c472e5ee34e20b510a240ad81ea6e';
echo 'id '.$id."\n";
$url = 'http://example.com/activity/pub?id='.$id;
echo 'url '.$url."\n";
$data = array( 'foo' => 'bar' );
$data_json = json_encode($data);
echo $data_json."\n";