<?php header("Content-type:application/vnd.ms-excel"); header("Content-Disposition:filename=php100.xls"); ?> <table> <tr> <td colspan="3"><font color=red>PHP100財務(wù)統(tǒng)計</font></td> </tr> <tr> <td>t10</td><td>t11</td><td>t12</td> </tr> <tr> <td>t20</td><td>t21</td><td>t22</td> </tr> </table>
|
|