Image

Imagej4k0b wrote in Imagephp

say i have this code:
    for($i=whereMYsnSTARTS; $i<= $whereMYsnENDS; $i++){
     echo $line[$i];
    }

which properly echos the string of chars i want. how would i go about getting the chars in a variable instead of echoed?

edit: did it..null flux rools :)