How to insert HTML Tags into PHP codes..

How to insert HTML Tags into PHP codes..

am 11.09.2007 14:15:43 von Anu

Hi,

How to insert HTML Tags into PHP codes..




Thank You,
Anu

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

am 11.09.2007 15:43:01 von Jerry Stuckle

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

Just echo them out.

This is a title created in PHP'; ?>

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

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

am 12.09.2007 11:15:11 von Anu

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


Thank You,
Anu

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

am 12.09.2007 12:15:56 von Anu

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

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

am 12.09.2007 12:49:30 von Utopar

On Sep 12, 6:15 am, anu 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.

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

am 12.09.2007 13:34:16 von Jerry Stuckle

anu wrote:
>
> Hi,
> Thank u sir..
> but i tryed tat.. it showing sum error in header tags..
> Jst say i want to include n 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@attglobal.net
==================

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

am 12.09.2007 14:47:34 von Anu

Hi,

Yup, im running in tat in web page.


thanks,
Anu

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

am 12.09.2007 15:08:30 von Jerry Stuckle

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@attglobal.net
==================