Current location: Hot Scripts Forums » Programming Languages » PHP » Web Page Title automation?


Web Page Title automation?

Reply
  #1 (permalink)  
Old 08-17-06, 06:19 PM
phpnovice phpnovice is offline
Newbie Coder
 
Join Date: Jun 2006
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Web Page Title automation?

Hi,
Does anyone know if is possible to automate what my <title> on my web page is?

For example, i'd like something like the following to happen:

My database has multiple cities, in each city is my product.

I have a query based website, where the users click on "city name" and the results list all of my product in their city.

I'd like my web page <title> to change to match the city. so that instead of just saying "MyWebPage - Product" it would say "My WebPage - "Product in city"

doable?

Thanks in advance.
Reply With Quote
  #2 (permalink)  
Old 08-17-06, 06:45 PM
xxvatarxx xxvatarxx is offline
Wannabe Coder
 
Join Date: May 2005
Posts: 212
Thanks: 0
Thanked 0 Times in 0 Posts
The city is a variable then (or so i assume), in which case just add the variable in between the <title> tags.

E.g
PHP Code:



<title> Website name - product in <? $city ?> </title>

Last edited by Christian; 08-17-06 at 08:33 PM.
Reply With Quote
  #3 (permalink)  
Old 08-17-06, 08:11 PM
Keith's Avatar
Keith Keith is offline
Community Liaison
 
Join Date: Feb 2004
Posts: 1,232
Thanks: 1
Thanked 11 Times in 11 Posts
Almost:
PHP Code:

<title>Website name - product in <?= $city?></title>
The shorthand opening tag followed by an equal sign is an echo shortcut.
__________________
The toxic ZCE
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Outsourcing web design to Bulgaria - Marin Todorov gal_flower Job Offers & Assistance 4 02-14-06 08:05 PM
Classified Ads skipper23 Perl 3 11-22-05 02:22 AM
Classified Ads skipper23 Perl 2 12-30-03 03:43 AM


All times are GMT -5. The time now is 07:26 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.