Posted by JDS on 08/23/05 23:36
On Tue, 23 Aug 2005 21:36:30 +0100, Andy Hassall wrote:
> echo "<table>\n";
Let me also point out that Andy used double-quotes. Doing this:
echo '<table>\n';
will not produce the same output.
I recommend that you not echo, line by line, large blocks of HTML like you
have done. Makes it quite hard to read (and debug or alter or update).
--
JDS | jeffrey@example.invalid
| http://www.newtnotes.com
DJMBS | http://newtnotes.com/doctor-jeff-master-brainsurgeon/
[Back to original message]
|