Catching data on the php side from ajax -


I am confused how can I get value on the php side after passing data from AJAX? Basically, I had data in an object array. When data passes through Ajax, do I pass it as stride array or objectarrere? Does it mean that I need to wire?

I am doing this in MVC, so this is the test in the URL

   key = value      

  data: {foo: StringArray}   

and

  $ _ POST ['foo']   

instead.

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -