Dynamically changing a web page's title

Is it possible to change the web page title dynamically?

Comments

  • You can do it using PHP as follows.

    <title><?php echo $yourDynamicTitleName ?></title>

    This is widely used in most of the web applications.

  • edited July 2015

    yes put titles in a database and based on the page called you can put titles in a variable and use dynamically.


    Ashish Gupta
    ashish@flashpeak.com
    http://www.slimjet.com

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories