Pages vues depuis 25/05/2001 : 108 397 219
Index du forum »» Thèmes PHP »» theme php et meta mot?
$thetext = meta_lang($thetext);
echo "mon code html de début";
echo "autre code html";
echo "mon code html de fin";
require_once("modules/meta-lang/meta_lang.php");
$myResult="mon code html de début";
$myResult.="autre code html";
$myResult.="mes meta mots pour la recherche";
$myResult.="mon code html de fin";
$myResult = meta_lang($myResult);
echo $myResult;
Message édité par : coolzen0 / 26-10-2007 12:31