How can I iterate to get id
value? This is my array:
[{"email_id":"gayatri.dsf@detedu.org","Id":"216"}]
tried
<?php
foreach($faculty as $value)
{
echo $value['Id'];
}
?>
Gives an error
Use of undefined constant Id - assumed Id