Jump to content

Jogga

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Jogga's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. **update** the result above is returning the first character only (i have replaced the data with test in the json example above).
  2. Hi, thanks for replying. It's... Array ( [description] => test => http://test [engagement_methods] => Array ( [0] => Array ( => http://test [description] => test Facebook page [title] => Facebook ) [1] => Array ( => http://test [description] => test Flickr page [title] => Flickr ) [2] => Array ( => http://test [description] => test Twitter page [title] => Twitter ) [3] => Array ( => http://test [description] => test Website [title] => Website ) [4] => Array ( => http://test [description] => test Twitter page [title] => Youtube ) ) [telephone] => test [id] => test [name] => test account )
  3. Hi, sorry if this has been covered elsewhere but I'm stuck. I'm trying to output individual headers when converted from json into an array. The array contains 6 headers eg. description, url etc but my result looks like the json_decode isn't working. The raw data looks fine when I output from print_r on the page. The code looks like this: -------------------------------------------------------------------- $json_array = json_decode($json,true); //print_r ($json_array); foreach ($json_array as $row) { echo $row["description"]." = ".$row["url"]."<br />"; ---------------------------------------------------------------------- the result is: ----------------------------------------------------------------------- C = C h = h = 0 = 0 c = c C = C ----------------------------------------------------------------------- Can anyone help or point me to a tutorial I can work though. Thanks Jogga
  4. Jogga

    Newbie!

    Hi, I'm a newbie to php after building websites in flash over the years. Time to get serious looking forward to getting to know everyone and maybe helping out too in the future. Jogga
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.