Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

SEO Tycoon


You are currently viewing our SEO Tycoon as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Dynamic meta content.
Old 05-17-2009, 04:12 PM Dynamic meta content.
Experienced Talker

Posts: 30
Name: sven
Trades: 0
When building a dynamic webpage using php or perl. I recommend you also create dynamic meta content. I have written a couple of functions and files to make it possible to load meta content from a database.

PHP Code:
<?php 
    DB_CONNECT 
("databas");
    
$result mysql_query("SELECT * FROM page_data WHERE name='$Page_name'");
    if (
$result == false || mysql_num_rows($result) == 0)
    {
        echo 
$Page_name;
    }
    else
    {

        
$data mysql_fetch_array($result);
        
$meta_description $data['description'];
        
$meta_keywords $data['keywords'];
        
$page_title $data['title'];
        
    }
    
DB_DISCONNECT ();
?>
this a little piece of code that pulls meta content on page name. but what about dynamic pages like a news page? well I added a table for meta content for all articles on my sites. Instead of including this file I just load the data from the meta content table for articles!


do you create dynamic meta content?
__________________

Please login or register to view this content. Registration is FREE
epidemical is offline
Reply With Quote
View Public Profile Visit epidemical's homepage!
 
 
Register now for full access!
Old 05-17-2009, 09:41 PM Re: Dynamic meta content.
Super Talker

Posts: 115
Name: Surbhi
Trades: 0
For dynamic pages there are great option for dynamic meta content in .asp, .php or .aspx also.
__________________

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE
swity is offline
Reply With Quote
View Public Profile Visit swity's homepage!
 
Old 05-18-2009, 11:52 AM Re: Dynamic meta content.
Experienced Talker

Posts: 30
Name: sven
Trades: 0
yeah ofcourse but you will need a windows server & license for asp. will cost ya
__________________

Please login or register to view this content. Registration is FREE
epidemical is offline
Reply With Quote
View Public Profile Visit epidemical's homepage!
 
Reply     « Reply to Dynamic meta content.
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.57301 seconds with 12 queries