<?php
$data = "17/11/2014";
echo date('d/m/Y', strtotime($data. ' + 2 days'));

//https://pt.stackoverflow.com/q/40731/101