<?
<!--
le script suivant ne fonctionne plus.
Avez vous une idée.
merci
-->
function alert($msg)
{
?>
<script language="javascript">
alert("<? echo $msg; ?>");
</script>
<?
return;
}
alert ('coucou');
<!--
Environnement
windows 8.1
wampserver2.5
apache2.4.9
mysql 5.6.17
php 5.5.12
64 bits
-->
?>
<!--
le script suivant ne fonctionne plus.
Avez vous une idée.
merci
-->
function alert($msg)
{
?>
<script language="javascript">
alert("<? echo $msg; ?>");
</script>
<?
return;
}
alert ('coucou');
<!--
Environnement
windows 8.1
wampserver2.5
apache2.4.9
mysql 5.6.17
php 5.5.12
64 bits
-->
?>