Topic: Is this possible? (automated browser title) (Read 1160 times)
I crack Photoshop!
Posts: 3
30 credits Members referred : 0
« on: Oct 07, 2007, 02:14:17 pm »
Hi, Something that would be really useful for a new project im working on would be to have automated browser titles using some php code in the <title> tags. The only way I can think of doing this is by having the php code read the url im using for navigation, e.g. /windows/atari2600/ and use that data, edit it and have it display as 'Windows > Atari 2600' Has this kind of thing been done before? are there any other common ways of doing this? Also are there any tutorials around? Thanks!
aka J Love Community Supporter?
Bill Gates is my home boy
Gender:
Posts: 886
1148 credits Members referred : 4
i changed it to REQUEST_URI, but user can change back if wish... and i added "ucwords" to capitalize the first word in each returned value.. just to show some simple usage of dynamic naming