Baowaly ― At last England won at least one world cup cricket final match. From ancient time of cricket history they were deprived of this glorious achievement. Craig Kieswetter and Kevin Pietersen powered England to their first ICC global title with an... (more)
Baowaly ― I love to watch cricket from my childhood. And I was hooked to it. I could sit before TV from dawn to evening. I felt this type of attraction till my university life. After then when I enter to my practical life it decreases to null. My favorite... (more)
Baowaly ― /** * trim a string with a specified length containing full words * @param mixed $text * @param mixed $length * @return string */ function trim_text($text, $length) { if (strlen($text)<=$length) { return $text; } if ... (more)
Baowaly ― Kids gain knowledge best by watching conducts of adults and replicating it is a contentious one. Many people think that this is the most effective for the children to learn. However the opposites are not few in numbers. In this essay I’ll... (more)
Baowaly ― I’ve made a function which return true/false whether it is valid or not. function is_valid_url ( $url ){ $match = preg_match(“/^(http(s?)://|ftp://{1})(([A-Za-z0-9-]+.)+)w{2,6}((/([A-Za-z0-9-_/.])*)?)((?(.)*)?)$/i”, $url); ... (more)