Insert img from json

Insert img from json

yop289yop289 Posts: 3Questions: 0Answers: 0
edited December 2010 in General
Hi all,

I´m trying to insert a image link from json. I´m using server_procesing.php example:
I´ve defined $aColumns = array( 'Code', 'Name', 'Continent', 'Population', 'Code2' );
Code2 content values ISO2 from countries like US(unitedstates), ES(Spain),etc....
I´ve a folder with flags with this structure flags/ISO2.png

[code]
foreach($aRows as $aRow)
{
$row = array();
for ( $i=0 ; $i

Replies

  • LionHeartLionHeart Posts: 8Questions: 0Answers: 0
    edited December 2010
    Salut,
    Je ne fais pas de PhP, aussi je ne suis pas s
  • yop289yop289 Posts: 3Questions: 0Answers: 0
    Thanks, sometimes I fell so stu....
This discussion has been closed.