The problem arise while I’m trying to catch my calculated data that pass to another php file that will plot the result. It will be simple problem if the data pass one value per variable, but would be another case if we want to catch the whole data and keep in single variable.
One moment on trying, so I decide to take a look on google. Found a similar problem that anybody got. In the end of discussion, somebody mention a simple solution.
Use the serialize() and unserialize() . Well, that was another precious lesson I’ve got today.
Another detail example is in http://www.php.net/manual/en/function.serialize.php.
Pretty easy isn’t it.