PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $age = 20; $current_year = date('Y'); $birth_year = $current_year - $age; printf("Someone was born at %d", $birth_year);
Show:  
Copy Clear