hello
i have some URLs in my database like
<a href="mailto:test@test.com">test@test.com</a>
and
<a href=" target="_blank">www.test.com</a>
i also have a timestamp(8) field like
20020101
i would like to display them in an html form, in input textboxes. does anyone know how to format them so they look a bit nicer?
like
test@test.com
and
and
01.01.2002
give me all your lentils
i have some URLs in my database like
<a href="mailto:test@test.com">test@test.com</a>
and
<a href=" target="_blank">www.test.com</a>
i also have a timestamp(8) field like
20020101
i would like to display them in an html form, in input textboxes. does anyone know how to format them so they look a bit nicer?
like
test@test.com
and
and
01.01.2002
give me all your lentils