I have an array that I pull that looks like this:
[157966745,275000353,43192565,305328212]...
How do I go about taking that "string" and converting it to a PHP array which I can then manipulate.
|
|
This looks like JSON, so you can use
|
|||||||
|
|
|||
|
|
|
With exact that code...
|
|||||
|
|
|
PHP explode is built just for this.
|
|||
|
|