json_decode is working on my local , but when i want to import it on server its not working. ( my server has json functions)
what u think about that ?
My view: $json = json_decode($val->liked_users,true);
json_decode is working on my local , but when i want to import it on server its not working. ( my server has json functions)
what u think about that ?
My view: $json = json_decode($val->liked_users,true);