Hello guys !! My programming knowledge is very low ,that's why i need your help!
I have install and setup the script inside my site and its working fine!!Tutorials and the setup wizard was very helpfull!
My promblem is at the customization of the results!!!
Results give a linkable title which lead to my txt file which contain my data for search!
I want to put a link (href) to the linkable title and lead it where i want to and not where the data comes from!!
i tried to add a (href) link below at the script but too many errors!
// Display the results
while ($arrayline < $matches && $arrayline < $result_limit)
{
$ipage = $output[$arrayline][0];
$score = $output[$arrayline][1];
$pgdata = GetPageData($ipage);
$url = $pgdata[$PAGEDATA_URL];
$title = $pgdata[$PAGEDATA_TITLE];
$description = $pgdata[$PAGEDATA_DESC];
$urlLink = $url;
plz if you have any questions or you need more info ,you are more than wellcome to ask!
i hope my bad english wont discourage you!
Thank you for any replies in advance!!
I have install and setup the script inside my site and its working fine!!Tutorials and the setup wizard was very helpfull!
My promblem is at the customization of the results!!!
Results give a linkable title which lead to my txt file which contain my data for search!
I want to put a link (href) to the linkable title and lead it where i want to and not where the data comes from!!
i tried to add a (href) link below at the script but too many errors!
// Display the results
while ($arrayline < $matches && $arrayline < $result_limit)
{
$ipage = $output[$arrayline][0];
$score = $output[$arrayline][1];
$pgdata = GetPageData($ipage);
$url = $pgdata[$PAGEDATA_URL];
$title = $pgdata[$PAGEDATA_TITLE];
$description = $pgdata[$PAGEDATA_DESC];
$urlLink = $url;
plz if you have any questions or you need more info ,you are more than wellcome to ask!
i hope my bad english wont discourage you!
Thank you for any replies in advance!!
Comment