Comment concatène-t-on sous php ?
Résolu/Fermé
J-Bradley
Messages postés
22
Date d'inscription
mercredi 28 mars 2012
Statut
Membre
Dernière intervention
9 juin 2012
-
25 mai 2012 à 18:45
J-Bradley Messages postés 22 Date d'inscription mercredi 28 mars 2012 Statut Membre Dernière intervention 9 juin 2012 - 26 mai 2012 à 06:45
J-Bradley Messages postés 22 Date d'inscription mercredi 28 mars 2012 Statut Membre Dernière intervention 9 juin 2012 - 26 mai 2012 à 06:45
A voir également:
- Comment concatène-t-on sous php ?
- Easy php - Télécharger - Divers Web & Internet
- Expert php pinterest - Télécharger - Langages
- Retour à la ligne php ✓ - Forum PHP
- Php?id=1 - Forum PHP
- Retour a la ligne avec Echo comment faire ? - Forum Webmastering
4 réponses
JooS
Messages postés
2468
Date d'inscription
mardi 22 janvier 2008
Statut
Membre
Dernière intervention
8 juin 2016
228
Modifié par JooS le 25/05/2012 à 18:56
Modifié par JooS le 25/05/2012 à 18:56
Salut !
Avec un point "." !
Mettez en résolu quand c'est résolu -.- ...
Avec un point "." !
$var = 'Prénom : '; $var .= 'Bradley'; echo $var; // => Prénom : Bradley //----------------------------- $var1 = 'Prénom'; $var2 = 'Bradley'; echo $var1.' : '.$var2; // => Prénom : Bradley
Mettez en résolu quand c'est résolu -.- ...
mribty
Messages postés
2
Date d'inscription
samedi 19 mai 2012
Statut
Membre
Dernière intervention
25 mai 2012
25 mai 2012 à 18:53
25 mai 2012 à 18:53
tu peut voir tous a php sur www.siteduzero.com
<script type="text/javascript"><!--
google_ad_client = "ca-pub-4918932830416389";
/* apple */
google_ad_slot = "3714550695";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-4918932830416389";
/* apple */
google_ad_slot = "3714550695";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
J-Bradley
Messages postés
22
Date d'inscription
mercredi 28 mars 2012
Statut
Membre
Dernière intervention
9 juin 2012
26 mai 2012 à 06:41
26 mai 2012 à 06:41
Merci beaucoup à vous JooS ! Je m'en vais voir tout de suite si ça marche ... :)) A l'occasion peut-être ?...
Cordialement.
Cordialement.
J-Bradley
Messages postés
22
Date d'inscription
mercredi 28 mars 2012
Statut
Membre
Dernière intervention
9 juin 2012
26 mai 2012 à 06:45
26 mai 2012 à 06:45
Merci à vous Mribty ! Je crois bien que votre site va m'être très utile. Je ne vois pas trop comment mais si je peux vous rendre service à mon tour, j'en serais très heureux. Bonne continuation sur "Comment ça marche" !
Cordialement.
Cordialement.