PhpDig.net

Go Back   PhpDig.net > PhpDig Forums > How-to Forum

Reply
 
Thread Tools
Old 12-13-2006, 05:56 PM   #1
r2b2_ry
Green Mole
 
Join Date: Dec 2006
Posts: 1
indexing a dynamic page

being a noob at PHPDIg, im excited and very interested to know how i can index a dynamic page.. or is this possible with phpdig?


PHP Code:
 
//retrive news article and display it
$resource mysql_query("select article_body from articles where article_id = 1");
$array mysql_fetch_array($resource,MYSQL_ASSOC);

$article $array['article_body'];

echo 
"<div id='newscontent'>";
echo 
$article;
echo 
"</div>"
i remember seeing something like

Code:
 
<!--- PHPDIG INCLUDE --> 

//body of article here


 <!-- PHPDIG EXCLUDE -->
what does it mean?

this are few questions and im sure i still have lots of it!

thanks
r2b2_ry is offline   Reply With Quote
Reply

Thread Tools

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
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Trying to index some dynamic sites guillaume Troubleshooting 2 08-08-2007 05:40 AM
Dynamic page indexing hame22 Troubleshooting 2 05-10-2005 10:07 AM
indexing dynamic pages attriel Troubleshooting 2 01-14-2005 07:06 PM
Indexing Dynamic Content greenman How-to Forum 0 11-11-2004 05:40 AM
problem indexing dynamic links. orbitalz Troubleshooting 3 04-30-2004 07:47 PM


All times are GMT -8. The time now is 12:17 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.