Forum Moderators: coopster

Message Too Old, No Replies

creating titles for PHP pages

         

reneken

3:03 pm on Mar 22, 2005 (gmt 0)



Currently, in order to create title tags for our PHP pages, we're using
<title><?=$title?></title>
on the main or index page and then using:

<a href=http://www.example.com/main.php?pid=overview&title=health care medical advertising and marketing>

in each link.

Is there a better way to do this rather than have the titles programmed into each link?

[edited by: coopster at 5:05 pm (utc) on Mar. 22, 2005]
[edit reason] generalized url per TOS [webmasterworld.com] [/edit]

dmmh

8:46 pm on Mar 22, 2005 (gmt 0)

10+ Year Member



you could just store the title in a DB table and fetch it from there, its the most common way I think