Thread: Fresh Intall
View Single Post
  #2  
Old 02-25-2006, 02:09 PM
Winston Winston is offline
Administrator
 
Join Date: Jul 2005
Posts: 46
Default

Hi, let's say your article links are like so:
Code:
http://www.yoursite.com/article.php?article_id=9

And you are using an HTTP link like so:
Code:
$http_link = "http://www.yoursite.com/article.php?article_id=";

Then set the following:
Code:
// this is the table column name containing 9 $db_show[2] = "article_id";
Reply With Quote