Hi,
I have a php page. I have an array in this page, but I need to send this array to another php page for processing.
It must not be visible to the user, so using POST isn't possible (not that I know how to do it properly anyway).
Can someone let me know how can i send an array of values to another php page?
Start Free Trial