Thread: rss feeds issue
View Single Post
Old January 9th, 2010, 05:46 PM   #9 (permalink)
greenflag
Member
Verified Customer
 
Join Date: Jun 2006
Posts: 46
u mean external.php right?

titles are now correct - but when u click on title it is not a valid link -

please help - links are like below

mysites.com/pictures/Resource%20id%20#93

(in feed source <link>Resource id #93</link> )

here is code from external.php:

$title = htmlspecialchars( $data['title'] );
$pholink = htmlspecialchars( construct_newppurl( "showproduct.php", array('product' => $data['id'], 'title' => $data['title'], 'cat' => $data['cat']) ) );

is it the pholink that line that is the link from the title?

Last edited by greenflag; January 9th, 2010 at 06:27 PM.
greenflag is offline   Reply With Quote