php - Get a value from a echo json_encode -
I have to echo json_encode ($ return); In a model file using Codeigniter
In addition, I need to get a value from echo in the controller file that calls this model.
Is this possible? How can this be done?
Thanks in advance
Try it out:
Comments
Post a Comment