function dias($fecha, $hoy = null){ if (is_null($hoy)) { $hoy = date('d/m/Y'); } // resto de tu codigo... }