1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

PHP Explode

Discussion in 'PHP' started by MajHate, Aug 9, 2009.

  1. #1
    Hello,

    I'm trying to work with the explode function. I understand that it breaks up a string, but how can I get the number of pieces or keys? it has been broken up into

    so like, I could get the number in a variable, like: $number_of_keys

    Thank You!
     
    MajHate, Aug 9, 2009 IP
  2. rldowling03

    rldowling03 Notable Member

    Messages:
    1,763
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    200
    #2
    
    $number_of_keys = count($exploded_value);
    
    PHP:
    That should do it for you
     
    rldowling03, Aug 9, 2009 IP