Help to a PHP beginner

Discussion in 'PHP' started by selen, May 22, 2010.

  1. #1
    Hello I'm learning a bit PHP
    I made a print_r that what I got

     
    selen, May 22, 2010 IP
  2. Gray Fox

    Gray Fox Well-Known Member

    Messages:
    196
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    130
    #2
    There are just so many ways, but this is probably the easiest
    
    echo $yourArray[0]['url'];
    
    PHP:
    PHP has many functions for array manipulation.
     
    Gray Fox, May 22, 2010 IP
  3. selen

    selen Well-Known Member

    Messages:
    525
    Likes Received:
    7
    Best Answers:
    1
    Trophy Points:
    118
    #3
    Thanks a lot Gray Fox, that works
     
    selen, May 22, 2010 IP