How i can include pieces of HTML-code directly in my PHP program. Is there some features as in Perl: echo << 'LABEL'
This is HTML inclusion
LABEL
Have you tried include()? Check out the manual for the details.
Big Din K.R.
No. I needn't include files. I want to do that IN my php-code