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

mysql - where clause in inner join query -

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

php - MySQL Query for Advanced Search multiple criteria -