par
Hywan » 16 mai 2005, 08:18
bonjour

)
je te conseil d'aller voir
http://fr3.php.net/manual/fr/langref.php
ce manual est vraiment intéressant

(
http://fr3.php.net/manual/fr/index.php )
sinon pour ton probleme :
.gif apres ta variable
<?php
$lien = $_POST['liendrapeau'].'.gif';
?>
.gif avant ta variable
<?php
$lien = '.gif'.$_POST['liendrapeau'];
?>
Mais je ne vois pas l'utiliter de mettre le .gif devant ta variable "
je voudrais ajouter devant ma variable un .gif "
en esperant t'avoir aider

+
bonjour :o)
je te conseil d'aller voir :arrow: http://fr3.php.net/manual/fr/langref.php
ce manual est vraiment intéressant ;)
( http://fr3.php.net/manual/fr/index.php )
sinon pour ton probleme :
[b].gif apres ta variable[/b]
[php]<?php
$lien = $_POST['liendrapeau'].'.gif';
?>[/php]
[b].gif avant ta variable[/b]
[php]<?php
$lien = '.gif'.$_POST['liendrapeau'];
?>[/php]
Mais je ne vois pas l'utiliter de mettre le .gif devant ta variable "[color=darkred][i]je voudrais ajouter devant ma variable un .gif [/i][/color]"
en esperant t'avoir aider :) +