Results 1 to 3 of 3
  1. #1

    Default ASP Masters Tabang! Unsaon pag-putol2x sa Message?


    im new to ASP 3.0, my bridge to study asp.net and php

    for example naay nag-send ug comments na pwerting taasa nga wala juy space, example: dsdfsd(100x)
    then akong nabantayan nga inig view nako ini nga comment, motaas pod ang table horizontaly...

    ang pangutana kung unsaon pag-detect ani ug unsaon pag-slice niining binuang nga comment nga walay space .....? kana ba untang mabutangan ug <br> tag siya...


    yeah! bling bling men...abz'

  2. #2

    Default Re: ASP Masters Tabang! Unsaon pag-putol2x sa Message?

    Im not really proficient with ASP but I hope this would help you.

    hmm....it's just a suggestion bro, gamiti ug looping statement, then limit only to specific length say.... fifty (50) characters per line, then add the <br /> tag.

    example code lng ni ha
    Code:
    $msg = "asdfasdfWERQWERQGSDFGEQWRTQ@#$!@%^@#$%!$%!@#$@#$!@#%#$%ERTWERTDGASFASDFASDF@$@#RASDFWQERASDFASDFWERWERASDFASDFWER!@#$%@#$%@#$%@#$%$#%&%^)(^*&%$#RFEXHRTYLGKJHFDDgdjhhhasdfkahsdkgfhaskdfhqwoieryioqwueyrfkjasdfhkjwheoiruyqwoiefjhqioweyrlkajsdfhiwuerhoiqusdyfklajhe091823491827309481623571623984726309487123098471092856rosjhfoakjshfkajsdhfioqwuyefiqjwherqwe";
    
    //break the message into 50 char length
    $newmsg="";
    while($ctr<=length($msg)){
     if(($ctr%50)==0){
     //if message if 50 chars long already add <br /> tag
     $newmsg = $newmsg."<br />";
     }
     $newmsg[$ctr] = $msg[$ctr];
    $ctr++;
    }

  3. #3

    Default Re: ASP Masters Tabang! Unsaon pag-putol2x sa Message?

    bai, ask lang ko kay medyo bogo2x pod ko aning PHP...

    maari diay na siya lahos ang string sa php? murag sa akong namatikdan, imong gi-array


    yeah! bling bling men...abz'

  4.    Advertisement

Similar Threads

 
  1. tabang unsaon pag unlock sa SE W595
    By mariahjolie15 in forum Gizmos & Gadgets (Old)
    Replies: 0
    Last Post: 05-18-2011, 10:09 PM
  2. Replies: 20
    Last Post: 03-10-2008, 09:26 AM
  3. ASP Masters Tabang! Unsaon pag-putol2x sa Message?...
    By kibotizer in forum Programming
    Replies: 3
    Last Post: 02-12-2007, 02:13 PM
  4. Unsaon pag check sa imo Ram type installed?
    By edisonjohn in forum Computer Hardware
    Replies: 4
    Last Post: 11-06-2005, 01:50 PM
  5. Unsaon pag convert sa VHS to DVD?
    By s.n.m.p. in forum Websites & Multimedia
    Replies: 10
    Last Post: 09-17-2005, 09:22 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