- Home /
Question by
Demonolith · Jun 07, 2018 at 02:16 AM ·
c#phpwwwform
Send an integer array through WWWForm
I'm wondering is it possible to send an array of integers through WWWForm. I have an array of integers and I want to post them to a PHP file to make the variable in the php that array of integers. Does anyone know how to do this or a way around it?
Comment
I'm not familiar with JSON, I found temporary way around it by sending a WWWForm for each integer in the array and the PHP file handles each integer rather than the array. I could try with JSON in the future once I learn how to use it.
Your answer
Follow this Question
Related Questions
WWW form isn't working in Build 1 Answer
WWWForm always returning Internal Server Error 1 Answer
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
Writing an array to a txt document and send it to my server 2 Answers