Posted by Jerry Stuckle on 09/09/07 14:04
Orin wrote:
> Hi!
> If anybody knows how to output formatted HTML code in command line
> [especially table(columns) structure] with help of PHP (or other way),
> please help me.
>
> With best regards, Orin
>
<?php
echo "<table><tr><td>Row 1, Column 1</td></tr></table>\n";
?>
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|