html tag problem with php?

inthisx_00

New member
echo '<abcdefg>test</abcdefg>';

i typed this and it will printed out like below.
test

the tags disappeared.

i want it to be printed out like this.
<abcdefg>test</abcdefg>

how to resolve this problem?

any help would be great appricated.
 
Back
Top