Author: gluke
Email: [EMAIL PROTECTED]
Message:
> This is what I've done so far, I needed at least an include at the top of my page,
>so I cut all of my html code from the top of my template down including the required
>PHP include, and then I pasted it at the top of search.php, which it amazingly works
>fine, except Netscape 4.7 croaks.
>
I mean that you should create your php script with all includes you want and include
search php where it is needed. For example:
<?
include('top.php');
...
SOME CODE
...
include('search.php');
...
SOME CODE
...
include('bottom.php');
?>
I think it is an error i your html code If NN4.7 does not show correct results, but
other versions do.
Reply: <http://www.mnogosearch.org/board/message.php?id=2573>
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]