Author: Alex Barkov
Email: [EMAIL PROTECTED]
Message:
> I have tried to find information how to show bannners based on different search 
>words. I noticed there is $iurl() feature which can be used for that (from Webboard).
> 
> Is there somewhere more detailed information how to use it�.
> Example search word is car=> picture is car.gif
> search word is compouter=> picture is computer.gif

Sript, included with $iurl() should generate HTML text like this:

<IMG SRC="car.gif">
or
<IMG SRC="computer.gif">

depending on words being searched. Don't forget to
pass query words into your included script:

$iurl(http://site/script.cgi?word=$q)

P.S.
  Note that 3.2.x has different INCLUDE syntax.


Reply: <http://www.mnogosearch.org/board/message.php?id=4152>

___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to