<?php
/* Redirect browser */
header("Location: daddy-gente.php");
/* Now the next line just makes sure that code below does not get executed when we redirect. */
exit;
?>