Which (if either) of the following 2 snips of code are more efficient and
faster to parse?
Snip 1.
print("</TD>\n");
print("</TR>\n");
print("</TABLE>\n");
Snip 2.
print("</TD></TR></TABLE>\n");
Thanks
Shawn
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]
- RE: [FreeTrade] Question about parsing PHP code lines. Shawn Honeychurch
- RE: [FreeTrade] Question about parsing PHP code lin... Leon Atkinson
- [FreeTrade] HELP HELP Tommy TradeIT
- Re: [FreeTrade] HELP HELP Kelley Lingerfelt
- Re: [FreeTrade] HELP HELP Tommy TradeIT
- Re: [FreeTrade] HELP HELP Kelley Lingerfelt
- Re: [FreeTrade] HELP HELP Tommy TradeIT
- Re: [FreeTrade] HELP HELP Kelley Lingerfelt
- RE: [FreeTrade] HELP HELP Leon Atkinson
- RE: [FreeTrade] Question about parsing PHP code... Kathleen Ballard
- RE: [FreeTrade] Question about parsing PHP ... Leon Atkinson

