Hi all.<br>I have a little problem to insert the following code into my website, so I hope that someone could help me.<br><br>&lt;?php<br>// START of &quot;Frontpage Slideshow&quot; settings<br>   
$nameOfSlideshowToDisplay = &quot;myslideshow&quot;;                     // Enter
the name of your slideshow. Slideshows are in folders inside
/fpss/slideshows/.<br>    $URLofyoursite = &quot;<a href="http://www.animalattack.info">http://www.animalattack.info</a>&quot;;                         // Enter your site&#39;s URL.<br>    $AbsoluteServerPathofyoursite = &quot;/homez.56/animalat/www/&quot;;        // Enter the root path of your site on the server.<br>
    <br>    // do not edit below this line<br>    include_once($AbsoluteServerPathofyoursite.&quot;/fpss/mod_fpslideshow.php&quot;);<br>// END of &quot;Frontpage Slideshow&quot; settings<br>?&gt;<br><br>I
tried the cookbook&#39;s file titled PHP Execute (that I don&#39;t really
understand how it works), but there is an error after I submit the page
with the code between (:php:)(:phpend:).<br>So the only solution that I
found for the moment is to use one of the following scripts :
IncludeSite or IncludeURL (as you can see here
<a href="http://www.animalattack.info/PmWiki/Nachthymnen">http://www.animalattack.info/PmWiki/Nachthymnen</a>). It works with both
but it&#39;s difficult to custom iframe (background color, etc), so I
prefer to try another solution.<br>Is anyone could help me to do that ?<br><br>Thanks in advance for all !