View Single Post
  #68  
Old 12-10-2006, 10:37 PM
Robert's Avatar
Robert Robert is offline
First Lieutenant
 
Join Date: May 2005
Location: Dallas, TX USA
Posts: 300
Send a message via Skype™ to Robert
Default Re: Single Menu Page with Bv and PHP

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.
__________________
Robert
www.GraphXntrix.com
Your Visual Revolution Solution
Reply With Quote