Tag: PHP
-
PHP function to check valid date
I have written a PHP function to check a supplied string is a valid date or not. Lets have a look into the code. /** * The function is_date() validates the date and returns true or false * @param $str sting expected valid date format * @return bool returns true if the supplied parameter is…
-
Kohana and CodeIgniter PHP Framework
CodeIgniter is a powerful PHP framework. I have been working on CodeIgniter for more than 2 years. I suggested lot of my friends to learn CodeIgniter. Few months back I started working on Kohana PHP framework. The slogan of Kohana is nice – “The Swift PHP Framework”. I liked Kohana at the first sight. I…