Sponsored by NuSphere - PHP Software for PHP Application Developers - On Sale This Week for $100



Go Back   PHP-Editors > Editors and Tools > Other PHP Tools

Other PHP Tools This is were to discuss other non-desktop PHP related tools.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 2004-04-02, 07:05 AM
Junior Member
 
Join Date: Mar 2004
Location: Canton, NY
Posts: 9
harvey
Send a message via AIM to harvey Send a message via MSN to harvey
Default

I have recently begun designing dynamic pages with PHP. However, I still have to manually key in unique meta tags for each page. Is there a way to dynamically generate unique meta keywords for each page?

Thanks in advance!

Harvey Ramer

Design Delineations
http://www.desdel.com
Reply With Quote
  #2 (permalink)  
Old 2004-05-17, 12:56 PM
Junior Member
 
Join Date: Mar 2004
Location: Canton, NY
Posts: 9
harvey
Send a message via AIM to harvey Send a message via MSN to harvey
Default

For anyone interested in this topic, there is a way to add keywords for each page. It is not automated. It would be great if there was a way to code PHP to pull keywords automatically from the content areas of a web page (actually, I assume there is) but the manual way will work for now.

In the php document, place this information:
Code:
<?php 
$pgKeywords="really cool stuff,information,important site";
In the PHP sitewide header or wherever you include the HEAD tag, place this info:

Code:
<meta name="keywords" content="<?php echo $pgKeywords ?>">
Simple, efficient, and a done deal.

Harvey Ramer
http://www.desdel.com
Reply With Quote
Must read Review for Serious PHP Developers


NuSphere PhpED 5.5 : The Staff of php-editors.com recently spent a few days working with NuSphere PhpED 5.5 (a popular PHP IDE) and NuCoder 2.0 (a PHP Encoding Utility), read up on all the details.

Sponsored Links
Reply

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 02:24 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© Copyright 2003-2008 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.