Dear All,
I wish to print my records of following code in table format
echo "LOAN NO = $title<br>" ;
echo "NAME = $title1 <br>" ;
echo "ADDRESS = $title2 <br>" ;
echo "AREA OFFICE CODE = $title3 <br>" ;
echo "LINK AO = $title4 <br>" ;
echo "APPLICATION NO. = $title5 <br>" ;
echo "INTREST RATE = $title6 <br>" ;
echo "CURRENT OS = $title7 <br>" ;
echo "FUP = $title8 <br>" ;
I wish the output should come as 1 9*2 table with variable name and values.
Please modify the code for the same