Jump to content

PHP line separator and Length character


Naziem

Recommended Posts

Hi 

 

I am running on Linux scripts with PHP and need help with separating my output on html screen to have different sections. This is my php info below

 

echo "<td bgcolor=\"#00B400\"><a href="$f3"><font size="2">$f1</font></td>" >> $PINGVAIL
      else
     echo "<td bgcolor=\"#C80000\"><a href="$f3"><font size="2">$f1</font></td>" >> $PINGVAIL
    fi
    if [[ $TRAILER = "Y" ]];then
     echo "<tr>" >> $PINGVAIL
     TRAILER="N"
    fi
   done
   echo "<tr>" >> $PINGVAIL
 
Below I want to have section for monitoring on Production , Development, QA system, Below is all juggle together 
Please note $f3 is coming from output file which is below info

 

Link to comment
https://forums.phpfreaks.com/topic/294221-php-line-separator-and-length-character/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.