Posts by Arthur Morais • 11 points
1 post
-
1
votes2
answers511
viewsA: Save an array to Mysql
You can simply use PHP Serialization according to the documentation itself. https://www.php.net/manual/en/function.serialize.php When reusing you can use Unserialization to return the array to its…