View Single Post
Old 12-27-2003, 03:02 AM   #7
alivin70
Orange Mole
 
alivin70's Avatar
 
Join Date: Sep 2003
Posts: 40
Quote:
Originally posted by Charter
Hi. In search_function.php from the above attached file, it looks like you'd need to fill in the below function.
PHP Code:
function banners($query_string){
    
///////    
    //////
    //////

Yes,
you need to fill the banners function with specific queries for your ads server.

The steps are:
1) select text banners using $query_string (search keywords)
2) put the result in a string variable
3) output the html code in the template
alivin70 is offline   Reply With Quote