okay...
now that all is set, before I toss out the pre.php there is one more concern.
site_header(); //convert this line to what you see. huh?
okay...maybe this will help me: If I removed the
HEAD tags from the script below...
Code:
<?php
function site_header($title) {
echo'<HEAD><TITLE>'.$title.'</TITLE></HEAD><BODY>';
}
?> What will would an instance of the following do:
Code:
site_header('.Login To GraphXntrix.com.'); WOW, I sincerely hope that I am not making an easy task difficult, and I thank everyone who has contributed to this thread.