Search Type: Posts; User: byfirat
Search: Search took 0.02 seconds.
-
5 Dec 2012 1:51 PM
- Replies
- 5
- Views
- 6,469
yourappname.app.getyourcontrollerjscalssController().methehodname()
-
2 Feb 2012 12:19 PM
Jump to post Thread: how can i get json by PHP ? by byfirat
- Replies
- 15
- Views
- 2,680
your text which you send to server must be look like
[{"id":1,"no":"5","text":"untitle","process":"somethink"} ] -
2 Feb 2012 7:41 AM
Jump to post Thread: how can i get json by PHP ? by byfirat
- Replies
- 15
- Views
- 2,680
$anArray = json_decode( $_POST[ 'users' ], true );
Results 1 to 3 of 3
