Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

an einem string etwas anfügen php

$a = "Hello ";
$b = $a . "World!"; //Now it's Hello World!
 
PREVIOUS NEXT
Tagged: #einem #string #etwas #php
ADD COMMENT
Topic
Name
2+9 =