Cypher
( ! ) Warning: Undefined array key 3 in /home/homes/alexandrelus/sites/live39/developmentJS/live39Al/PHP/module1/tutophp/teste.php on line 18 Call Stack # Time Memory Function Location 1 0.0034 359960 {main}( ) .../teste.php:0
( ! ) Warning: Undefined array key "" in /home/homes/alexandrelus/sites/live39/developmentJS/live39Al/PHP/module1/tutophp/teste.php on line 18 Call Stack # Time Memory Function Location 1 0.0034 359960 {main}( ) .../teste.php:0
DC
/*function countLetters() { $wordUser=$_POST['word']; $longeurWordUser= strlen($wordUser); for ($i=0; $i < $longeurWordUser;$i++) { substr_count($wordUser); array_push($result,$wordUser); } } function countLetters() { $wordUser=$_POST['word']; $result =[]; foreach(count_chars($wordUser,1) as $i => $letters) { echo $letters , chr($i); } } */