php - Storing an object in mysqli database -


i developing facebook app requires me store information in mysqli database , retrieve it.

data example array(1) { ["id"]=> string(17) "10213388667928851" }

please share views possible.

you can convert string serialized array (serialize) or json document (json_encode).

the best solution depends on project details.


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -