Results 1 to 2 of 2

Thread: [RESOLVED] split question

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Apr 2003
    Posts
    148

    Resolved [RESOLVED] split question

    hi all
    i want to do this split a string from database

    let say this is string = "a,b,c,d,e"

    how do i split them up by doing loop them up?

    remember always , on each split.

    i did before but i lose the code thkx

  2. #2

    Thread Starter
    Addicted Member
    Join Date
    Apr 2003
    Posts
    148

    Re: split question

    Sorry! i found out how to use it here code

    $a = "a,b,c,d,e"
    $b = split(',', a);
    foreach ($b as $c){
    echo $v. "<br>";
    }

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width