how to send an array via url in php?
I have an array of product identifiers in which I want to use this identifier through the URL, because I need osCommerce in which I work, how can I do this?
Usually, osCommerce asks for the insertion of a single product, which, in turn, returns me the product identifier, which I pass to the URL, and loads it into the shopping cart, which shows this added product, but now I have several products added on the first page with different product identifiers created, and I have to display these products the same way they are displayed in genaral, for which I will need all these identifiers created here in the URL
source
share