~mini/ppvalkompass/trunk

« back to all changes in this revision

Viewing changes to test_json.php

  • Committer: Björn Andersson
  • Date: 2010-05-23 19:42:16 UTC
  • mto: This revision was merged to the branch mainline in revision 43.
  • Revision ID: ba@sanitarium.se-20100523194216-z45197kaermw275f
Länk för att börja om

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{<?php
 
1
<?php
 
2
header('Content-Type: text/json');
2
3
$party = Array('v', 's', 'mp', 'kd', 'c', 'm', 'fp', 'sd', 'fi', 'pp');
3
4
 
 
5
print '{';
4
6
for($i = 0;$i < count($party);$i++)
5
7
{
6
8
        $short = $party[$i];
8
10
        if($i < (count($party) - 1))
9
11
                print ',';
10
12
}
11
 
?>}
 
 
b'\\ No newline at end of file'
 
13
print '}';
 
14
?>
 
 
b'\\ No newline at end of file'