Forum » » Thèmes PHP » » theme php et meta mot?
Posté : 26 oct. 2007 à 12:30
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
Cet article provient de NPDS
https://www.npds.org/viewtopic.php?topic=21010&forum=49