Please answer this simple SPAM challenge: max(seven, two)? (Example: nine)
the best way to solve the problem with the last string added by chunk_split() is: <?php $string = '1234'; substr(chunk_split($string, 2, ':'), 0, -1); // will return 12:34 ?>
<< Back to user notes page