Skip to content

Instantly share code, notes, and snippets.

@royboy789
Created October 10, 2017 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save royboy789/98281eb84afa04300fe24550f3eb38d0 to your computer and use it in GitHub Desktop.
Save royboy789/98281eb84afa04300fe24550f3eb38d0 to your computer and use it in GitHub Desktop.
<?php
global $EZData;
$group_id = 12;
$data = array(
'value' => 123,
'misc_three' => 'testing',
):
$EZData->ezdata_create_item( $group_id, $data );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment