Hi,
how should I wirte this in order to make it work in a php3 script ?
<!--webbot bot="Include" U-Include="rivall.htm" TAG="BODY" -->
thank you
<? include("rivall.htm"); ?>
or even this way.
echo "<!--webbot bot=\"Include\" U-Include="; include("rivall.htm"); echo "TAG=\"BODY\" --> ";
make sure to echo "" with \" if you need them anyway.
nilesh
Webbot is frontpage thing that allows you to include html.
The output of this script tells the webbot to inlcude a file that has a name that consists of the sourcecode of the rivall.htm page.