Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 954859
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T00:17:02+00:00 2026-05-16T00:17:02+00:00

Hi I was wondering if anyone can help with this PHP problem. Is it

  • 0

Hi I was wondering if anyone can help with this PHP problem.

Is it possible to use the text in a H2 tag and use that to populate the page title dynamically.

I’d also like to be able to use this same technique to add the H2 text into the meta description – Can anyone help?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T00:17:03+00:00Added an answer on May 16, 2026 at 12:17 am

    That sounds like something that jQuery would excel at:

    <script type='text/javascript' src='jquery-1.4-min.js'></script>
    <script type="text/javascript">
        $(document).ready(function() {
            document.title = $('h2:first').text();
        });
    </script>
    

    To modify the meta data, you would do more of the same. I strongly recommend jQuery – Novice to Ninja as an amazing way to get into great depth with jQuery.

    <html>
    <head>
    <meta description="" />
    <script type="text/javascript" src="jquery.min.js"></script>
    <script type="text/javascript">
        $(document).ready(function () {
            $('meta:first').attr('description', $('h2:first').text());
            alert($('meta:first').attr('description'));
        });
    </script>
    </head>
    <body>
    <h2>Testing 123</h2>
    </body>
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Wondering if anyone can help me understand how the localisation works with keywords. I
I was wondering if anyone could take a look at this code and help
Wondering if I'm going about this the right way or not. I have 3
I'm new to this site having stumbled across it recently (and am loving it!)
This is probably the silliest question today but... The Rails team & many others
When im trying to resolve a CORBA reference I receive a segmentation fault. Either
I was just going through certain code which are frequently asked in interviews. I
Basically, I'm trying to do 3D projection on a 2D canvas with simulation of
I am using the function below to capture an image on a different form.
I had written a blob tracking algorithm in VC++. I had run it in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.