1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>TinyButStrong - Exemples - prm script</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="tbs_fr_exemples_0styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<h1>Exemple d'exécution de script Php</h1>
<table width="500" border="0" align="center" cellpadding="2" cellspacing="0">
<tr>
<td><p>Le paramètre <span class="text-prm">script</span> permet d'exécuter un script Php au moment de la fusion d'un champ. Si le script doit afficher du texte, vous pouvez lui indiquer de s'exécuter en tant que sous-modèle grâce au paramètre <span class="text-prm">subtpl</span>.<br>
</p></td>
</tr>
</table>
<br>
<table width="400" border="1" align="center" cellpadding="4" cellspacing="0">
<tr>
<td bgcolor="#99CCCC">[onshow.test;script=[val];subtpl]</td>
</tr>
</table>
<div align="center"><br>
<span class="text-mini"><a href="tbs_fr_exemples_0view.php?script=script1.php">voir le source du script</a></span><br>
<span class="text-mini"></span></div>
</body>
</html>