04-24-2008, 01:33 PM
|
#10 (permalink)
|
|
The Acquainted
Join Date: Nov 2007
Posts: 154
Thanks: 31
|
Quote:
Originally Posted by delayedinsanity
Personally I wouldn't use it for SQL statements. They can get long, but not that long.
|
Really? You must have never written a forum script.
I use HEREDOC quite a bit for SQL statements. The one caveat as mentioned is that the terminating string must be completely over to the left without a space or a tab.
__________________
I reject your reality, and substitute my own.
|
|
|
|