How can i do page breaks in php

hi guys,

i want to add a couple of page breaks in my php code. i appreciate what i have done below doesnt and wont work but does anyone know how i can do it properly please?

<?php
echo '<img src="images/titles/domainsearchresults.gif">';
<br /><br />
?>

thank you very much for any help given.

mark