Results 1 to 6 of 6
  1. #1
    Elite Member
    Join Date
    May 2011
    Gender
    Male
    Posts
    1,465

    Default how to chop2x a string into an array in php


    how to chop2x a string into an array of characters, ang nahibaw.an ra ako kai mu.chop2x ra ug string.
    example
    Code:
    $str = "Hello world. It's a beautiful day.";
    print_r (explode(" ",$str));
    nahan ta ko ang output kai

    H
    e
    l
    l
    o

    w
    o
    .....



    pls help tnx

  2. #2
    Elite Member
    Join Date
    May 2011
    Gender
    Male
    Posts
    1,465
    nakuha na nako by javascript. i want to know how in php. hehe

  3. #3
    Elite Member
    Join Date
    May 2011
    Gender
    Male
    Posts
    1,465
    solved nani

  4. #4
    <?
    $str = "Hello world. It's a beautiful day.";
    $x = str_split($str);

    foreach($x as $y){
    echo($y."<br>");

    }
    ?>

  5. #5
    Elite Member noy.juan's Avatar
    Join Date
    Mar 2010
    Gender
    Male
    Posts
    1,521
    Blog Entries
    1
    Quote Originally Posted by jairoh_ View Post
    how to chop2x a string into an array of characters, ang nahibaw.an ra ako kai mu.chop2x ra ug string.
    example
    Code:
    $str = "Hello world. It's a beautiful day.";
    print_r (explode(" ",$str));
    nahan ta ko ang output kai

    H
    e
    l
    l
    o

    w
    o
    .....



    pls help tnx
    try this one..


    PHP Code:

    $str 
    "Hello world. It's a beautiful day.";
    echo 
    implode('<br/>',str_split($str)); // By implode

    echo implode('<br/>',str_split("Hello world. It's a beautiful day.")); // One line 
    Last edited by noy.juan; 01-15-2013 at 11:28 AM.

  6. #6
    str_split($your_string); //yeah baby!

  7.    Advertisement

Similar Threads

 
  1. How to get parent function inside another function in PHP
    By blackdream in forum Websites & Multimedia
    Replies: 1
    Last Post: 03-08-2012, 02:32 PM
  2. Replies: 0
    Last Post: 04-26-2008, 03:15 AM
  3. How to make a child into a Delinquent: 12 easy rules
    By Ironside in forum Family Matters
    Replies: 2
    Last Post: 11-29-2006, 01:28 PM
  4. how to make pc clock into external clock display
    By etgo in forum Computer Hardware
    Replies: 11
    Last Post: 09-24-2005, 08:41 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top