All Questions
Tagged with multidimensional-array urlencode
3 questions
1
vote
1
answer
315
views
PHP GD Image creation by passing multidimensional array urlencode urldecode
I am trying to generating a graph by using php GD. I am passing data from html to controller graph function. The whole thing works on my localhost, but on my live server the graph image is not ...
7
votes
4
answers
25k
views
How to urlencode a multidimensional array?
I have searched hi and low for a solution. I have a dynamic multidimensional array I need to break up and urlencode. The number of items will change but they will always have the same keys.
$...
0
votes
2
answers
1k
views
using nested arrays by php http_build_query() and recieve them in flash AS3
i am having this hard time figuring what is needed to do,
i am using URLVariables to send/recieve values between flash and PHP
the problem is, i am unable to access nested arrays ( array inside an ...