|
|
|
|
||||||
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hi, How to insert HTML Tags into PHP codes.. Thank You, Anu |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
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@attglobal.net ================== |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
On Sep 12, 6:15 am, anu <anunanni2...@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. |
|
|
|
#6 |
|
Messages: n/a
Hébergeur: |
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@attglobal.net ================== |
|
|
|
#7 |
|
Messages: n/a
Hébergeur: |
Hi, Yup, im running in tat in web page. thanks, Anu |
|
|
|
#8 |
|
Messages: n/a
Hébergeur: |
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 you. -- ================== Remove the "x" from my email address Jerry Stuckle JDS Computer Training Corp. jstucklex@attglobal.net ================== |
|
![]() |
| Outils de la discussion | |
|
|