View Single Post
  #7 (permalink)  
Old 07-24-2008, 09:08 PM
gilgalbiblewhee gilgalbiblewhee is offline
Registered User
 
Join Date: Jul 2004
Posts: 249
How about making $strLine[$line] equal to a function which would have:
PHP Code:
if($k 10 != 0){
            
$j 0;
            
$tdValues = array();
            
$tdValues[$j] = $tdInnerHTML[1][$k];
            print(
"'");
            print(
"<span style='font-weight: bold; color: red'>".$tdValues[$j]."</span>");
            
//print($tdInnerHTML[1][$k]);
            
if($k 10 == 9){
                print(
"'<br />\n");
            }else{
                print(
"', ");
            } 
How does that work?
Reply With Quote