Add some date to current date
<?php $add_days = 7; $expiry_date = date('Y/m/d',strtotime($h_time) + (24*3600*$add_days)); ?>