W
weismana81
I am trying to create dynamic title and meta tag descriptions for my pages
that are called from a database. I'm really not sure how to go about this.
But I took a stab at it with this. Shot in the dark.
<title>Tutorials:<%=FP_FieldURL(fp_rs,"tutorialID")%></title>
Of course this did not work. Any suggestions? I guess I'll need to open my
db connection and all that. If someone could point me in the right
direction, it would be much appreciated.
Thanks...
that are called from a database. I'm really not sure how to go about this.
But I took a stab at it with this. Shot in the dark.
<title>Tutorials:<%=FP_FieldURL(fp_rs,"tutorialID")%></title>
Of course this did not work. Any suggestions? I guess I'll need to open my
db connection and all that. If someone could point me in the right
direction, it would be much appreciated.
Thanks...