How to insert HTML Tags into PHP codes..

Hi,

How to insert HTML Tags into PHP codes..




Thank You,
Anu
Anu [ Di, 11 September 2007 14:15 ] [ ID #1817600 ]

Re: How to insert HTML Tags into PHP codes..

anu wrote:
>
> Hi,
>
> How to insert HTML Tags into PHP codes..
>
>
>
>
> Thank You,
> Anu
>

Just echo them out.

<?php echo '<title>This is a title created in PHP</title>'; ?>

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex [at] attglobal.net
==================
Jerry Stuckle [ Di, 11 September 2007 15:43 ] [ ID #1817603 ]

Re: How to insert HTML Tags into PHP codes..

Hi,
Thank u sir..
but i tryed tat.. it showing sum error in header tags..
Jst say i want to include <html> n </html> tags and all...
tat body,title tags and all.. Reply plz..


Thank You,
Anu
Anu [ Mi, 12 September 2007 11:15 ] [ ID #1818616 ]

Re: How to insert HTML Tags into PHP codes..

Hi,

I want to activate the POP3 protocol.. so can u tell the coding.
ya mine is SMTP n POP3 protocololy. so hw can i use it can u tell the
way n d coding..



Thank You,
Anu
Anu [ Mi, 12 September 2007 12:15 ] [ ID #1818620 ]

Re: How to insert HTML Tags into PHP codes..

On Sep 12, 6:15 am, anu <anunanni2... [at] gmail.com> wrote:
> Hi,
>
> I want to activate the POP3 protocol.. so can u tell the coding.
> ya mine is SMTP n POP3 protocololy. so hw can i use it can u tell the
> way n d coding..
>
> Thank You,
> Anu

Make certain that the php doesn't print or echo any other characters -
even white space - before the HTML that you want to create. The
HEADERS error will then be avoided, and proper HTML character set
header will be sent in its place.
Utopar [ Mi, 12 September 2007 12:49 ] [ ID #1818621 ]

Re: How to insert HTML Tags into PHP codes..

anu wrote:
>
> Hi,
> Thank u sir..
> but i tryed tat.. it showing sum error in header tags..
> Jst say i want to include <html> n </html> tags and all...
> tat body,title tags and all.. Reply plz..
>
>
> Thank You,
> Anu
>

Just "some error in header tags" doesn't say much.

Are you trying to do this in an email? Or a web page?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex [at] attglobal.net
==================
Jerry Stuckle [ Mi, 12 September 2007 13:34 ] [ ID #1818623 ]

Re: How to insert HTML Tags into PHP codes..

Hi,

Yup, im running in tat in web page.


thanks,
Anu
Anu [ Mi, 12 September 2007 14:47 ] [ ID #1818626 ]

Re: How to insert HTML Tags into PHP codes..

anu wrote:
>
>
> Hi,
>
> Yup, im running in tat in web page.
>
>
> thanks,
> Anu
>

Then you need to check your code. It does work. But you said nothing
about the error you're getting, the code which is causing the error...

So we really have no way to help you.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex [at] attglobal.net
==================
Jerry Stuckle [ Mi, 12 September 2007 15:08 ] [ ID #1818627 ]
PHP » alt.php » How to insert HTML Tags into PHP codes..

Vorheriges Thema: who help me make archive.php
Nächstes Thema: How to read the file tag by tag,How to install the GD graphics library