|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Outputting Large blocks of html
PHP Code:
the error, Parse error: parse error, unexpected $end in file.php on line 79 Line 79 is the End of File,... </html> Any Idea's? I am not familiar with the print <<<END stuff,...don't know if I am doing it right or not.
__________________
-- Jason |
|
#2
|
|||
|
|||
|
PHP Code:
|
|
#3
|
|||
|
|||
|
hmm,....why does that not work like this?
http://www.devarticles.com/art/1/397/2 PHP Code:
|
|
#4
|
|||
|
|||
|
One of the rules with the print <<<END method is that there is absolutely NO extra whitespace on the terminating line. That's usually the problem I run into when using this method.
See http://www.php.net/manual/en/function.print.php |
![]() |
| Viewing: Dev Articles Community Forums > Programming > General Programming Help > Outputting Large blocks of html |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|