Hi,
I would like to know how to integrate a function SSI in a end of article
this fonction :
<?php ssi_topic($topic_id=1); ?>
in this article
http://www.ntfrance.org/rfactor_mod_spirit_of_1976-p139.html
Thank you
Sorry for my bad english :(
include your ssi call ',
And remove the php tags <php ?> from the code
Sorry could you give me an example
I do not understand
exemple :
>> <? ssi_topic($topic_id=1); ?>
>> ssi_topic($topic_id=1);
>> ssi_topic($topic_id=1)
include ssi_topic($topic_id=1);
impossible to see the function in my code html
Look my article :
http://www.ntfrance.org/rfactor_mod_spirit_of_1976-p139.html
<strong>Version du test</strong> : Spirit of 76 1,00<br />
<strong>Par:</strong><a href="http://www.core-team.org/" target="_blank"> Core Team @</a><br />
<strong>Première publication</strong>: 17-Mai-08 <br />
<br />
Disponible dans la zone privée pour les membres : <br />
<a href="http://www.ntfrance.org/index.php?action=tpmod;dl=cat431"><img width="110" height="30" border="0" alt="" src="/Themes/Outline_tp/images/TPdownloadfile.gif" /></a><br />
<br />
Autres liens de telechargement :<br />
<a href="http://www.rmvproductions.ch/CoreTeam/Spirit_of_76_v1.0.exe">http://www.rmvproductions.ch/CoreTeam/Spirit_of_76_v1.0.exe</a> <br />
<br />
<strong>Temps de reference sur notre circuit test</strong> ( Nuburing Court ) : 1.41.945<br />
<br />
<strong><a href="/mods/spirit_of_1976_10-t2676.0.html">Lire les avis des testeurs NTFrance </a></strong><br />
<br />
<center> <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script> <script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0','width','472','height','411','id','FLVPlayer','src','FLVPlayer_Progressive','flashvars','&MM_ComponentVersion=1&skinName=Halo_Skin_3&streamName=video/flv/rfactor-test-Spirit-of-76&autoPlay=true&autoRewind=false','quality','high','scale','noscale','name','FLVPlayer','salign','lt','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','FLVPlayer_Progressive' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="472" height="411" id="FLVPlayer">
<param name="movie" value="FLVPlayer_Progressive.swf" />
<param name="salign" value="lt" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Halo_Skin_3&streamName=video/flv/rfactor-test-Spirit-of-76&autoPlay=true&autoRewind=false" />
<embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Halo_Skin_3&streamName=video/flv/rfactor-test-Spirit-of-76&autoPlay=true&autoRewind=false" quality="high" scale="noscale" width="472" height="411" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" />
</object>
</noscript> </center>
<br>
include ssi_topic($topic_id=1);
You're WHOLE article must be in PHP. You'll need to echo all of your HTML. www.php.net/echo
it s ok
Thanks ;)