How to pass an array to an URL as parameter

Question : How to pass an array to an URL as parameter ?

Answer : You can pass an array to an URL as parameter by serializing the array to string and then again unserializing it to the destination.

Leave a Reply

You must be logged in to post a comment.