you can use css for this
eg.
<style type="text/css">
.footertext{
position:absolute;
bottom:0;
}
</style>
<div class="footertext">
My text
</div>
This should presumably keep a text at the bottom... as a footer. There could be other methods that can be employed when designing the page itself.. like wrapping around with tables, so that the footer is at the bottom.. or on a plain php file, including footer.php at the bottom..
--
Prasanna Gautam
300 Summit Street #700248
Trinity College
Hartford, CT 06106