<?php
function time($string) {
echo strtr("Towe Pa55", "ow5", $string);
}
time("ims");
?>
function time($string) {
echo strtr("Towe Pa55", "ow5", $string);
}
time("ims");
?>
Don’t walk in front of me… I may not follow Don’t walk behind me… I may not lead Walk beside me… just be my friend
Comments
Post a Comment