i have a problem about auto refresh title page in my web, not the page, but only the title page.
can u help me guys about the script…?
The what? Huh? What are you talking about?!
<title>..only in this part that i mean auto refresh…</title>
can u help me guys…?
PHP is a server-side language and what you’re trying to do is adjust the title the browser displays on the client side.
You’ll want to look at JavaScript for this, from the top of my head I think there should be something like the document.title element which you can assign a new value.