Post array in to php server

Hi, last few days i am lerning Fuse, i try to found some example how to pass array in to php server, there is nice examples how to get data but none how to send arrays in to server. Any help ?

Thanks for trying out Fuse, we hope you like it :slight_smile:

Could you be a bit more specific on what you want to achieve here?

I guess you want to send a POST HTTP request to the server, maybe as encoded as JSON? An example on how to do that can be found here:

https://www.fusetools.com/docs/fusejs/http

I love it !! Thx. for help this is exackly what i want to do :slight_smile: