php session_start(); include "includes/globals.php"; do_dbconnect($dbcnx); do_html_header('Registration Form', FALSE, 0, 'New User Registration Form'); do_html_title('Home > User Registration'); do_html_text('Fill in the boxes below with a username and password of your choice. Please make a note of these for later use should you return to the site.'); do_html_text('Why Register?'); do_html_text('- Build you own personal property portfolio. Review these properties for later, and submit your portfolio to us if you wish to view those properties, or any similar properties that our agent is aware of.'); do_html_text('Once you are registered, you may access your property bookmarks by clicking \'Manage Your Bookmarks\' on the Home page.'); ?>
php do_html_footer(); ?>