Created
October 10, 2017 14:21
-
-
Save royboy789/98281eb84afa04300fe24550f3eb38d0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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