| | |
json and multi-dimensional array
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved |
•
•
Join Date: Oct 2009
Posts: 25
Reputation:
Solved Threads: 0
Hello everyone,
I have a problem when i use json and array. And i need your help.
Here is my code:
The result is:
But i want the result is like this:
How can i accomplish this? Thanks
I have a problem when i use json and array. And i need your help.
Here is my code:
PHP Syntax (Toggle Plain Text)
while($row = mysql_fetch_assoc($result)){ echo json_encode($row); }
The result is:
PHP Syntax (Toggle Plain Text)
{"id":"1","title":"event1","start":"2009-11-10 14:18:15","end":"2009-11-03 14:38:22","allDay":"false","url":null}{"id":"2","title":"event2","start":"2009-11-09 15:41:20","end":"2009-11-10 16:41:25","allDay":"false","url":null}
But i want the result is like this:
PHP Syntax (Toggle Plain Text)
[{"id":"1","title":"event1","start":"2009-11-10 14:18:15","end":"2009-11-03 14:38:22","allDay":"false","url":null},{"id":"2","title":"event2","start":"2009-11-09 15:41:20","end":"2009-11-10 16:41:25","allDay":"false","url":null}]
How can i accomplish this? Thanks
![]() |
Similar Threads
- Multi-dimensional array help (C++)
- Constructing a multi-dimensional array using a dilimited string input. (PHP)
- pointers and multi-dimensional arrays (C++)
- Passing multi-dimensional array (C)
- Multi-dimensional Arrays: (Python)
- multi dimensional array search xml parser (PHP)
- Need help passing a multi-dimensional array (C++)
Other Threads in the PHP Forum
- Previous Thread: Making an Admin page
- Next Thread: Opening email client with pdf attached to it
| Thread Tools | Search this Thread |
301 access apache api array autocomplete beginner binary broken button cakephp checkbox class cms code compression cron curl data database dataentry date display dropdown dropdownlist duplicates dynamic echo email error execution file files folder form forms function functions google href htaccess html htmlspecialchars httppost image include insert integration ip javascript joomla jquery limit link links login mail md5 menu methods mlm multiple mysql oop paypal pdf pdfdownload php phpvotingscript query radio random recursion remote script search secure server session sessions source space sql subscription syntax system table tutorial tutorials update upload url validator variable video virus volume votedown web youtube





