Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of fdiv_bug

fdiv_bug

fdiv_bug has asked 0 questions and find answers to 2 problems.

Stats

146
EtPoint
64
Vote count
0
questions
2
answers

About

$hello = "i'm just a german";
$itsme = str_replace("german","noob",$hello);

echo $itsme;