php Programming Glossary: dateofbirth
Need to use bold tags in php http://stackoverflow.com/questions/10329055/need-to-use-bold-tags-in-php _POST 'fullname' empty _POST 'martialstatus' empty _POST 'dateofbirth' empty _POST 'email' empty _POST 'telephone' empty _POST 'cell'.. _POST 'fullname' martialstatus _POST 'martialstatus' dateofbirth _POST 'dateofbirth' email _POST 'email' telephone _POST 'telephone'.. martialstatus _POST 'martialstatus' dateofbirth _POST 'dateofbirth' email _POST 'email' telephone _POST 'telephone' cell _POST..
How to store Birthdate and Age so that Age can be updated daily in PHP/MySQL? http://stackoverflow.com/questions/9788542/how-to-store-birthdate-and-age-so-that-age-can-be-updated-daily-in-php-mysql age is between 25 and 30 years and assuming a DATE column dateofbirth your query would be something like select from users where dateofbirth.. your query would be something like select from users where dateofbirth between date_add curdate interval 30 year and date_add curdate..
|