Hi
I'm trying to pull some content on an external page and i wan't to use vbseo url's
I've got the includes
and for ie vbseo_member_url_row it's working, but when trying to use vbseo_any_url i can't make it workPHP Code:include_once('/var/www/taringacs.net/public_html/foros/vbseo/includes/functions_vbseo.php');
vbseo_get_options();
vbseo_prepare_seo_replace();
vbseo_get_forum_info();
i've tryed
andPHP Code:$link = vbseo_any_url('album.php?albumid='.$albumid);
but it's not workingPHP Code:$link = vbseo_any_url('album.php?albumid='.$albumid.'&username='.$username.'&userid'.$userid.'=&title='.$title);
whats wrong?
thanks in advance


2Likes
LinkBack URL
About LinkBacks





Reply With Quote
