say i have this code:
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 :)
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 :)
