Re: [PHP] Include Problems

2003-07-24 Thread Eric Fleming
I figured out what was wrong with it, thanks for all your help. I hate syntax errors. I needed to echo the variable when trying to display it and the double "=" helped resolve the other problem. Thanks everyone. "Chris W. Parker" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Jay

Re: [PHP] Include Problems

2003-07-24 Thread Eric Fleming
olded and as a link. I don't think the > problem is your code maybe some weird php.ini setting is set, as to > which one however I couldn't say. > > Jason > > On Thu, 2003-07-24 at 15:44, Eric Fleming wrote: > > Yeah, that is a problem, but I can't even p

Re: [PHP] Include Problems

2003-07-24 Thread Eric Fleming
What is different about the code that you wrote except that you have the html being output by php? "Jay Blanchard" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] [snip] <-incHeader.php--> [Site Name] home <-incHeader.php

Re: [PHP] Include Problems

2003-07-24 Thread Eric Fleming
Here is a snippet from the header file. You can see that I am just trying to determine what the value of the subnav variable is set to in order to determine which navigational link is bold. There are other places the variable is used, but you can get an idea based on what is below. Thanks for an

Re: [PHP] Include Problems

2003-07-24 Thread Eric Fleming
equal to "home" you want > to use == and not =. Perhaps this is your problem. > > Jason > > On Thu, 2003-07-24 at 15:35, Eric Fleming wrote: > > Here is a snippet from the header file. You can see that I am just trying > > to determine what the value of

Re: [PHP] Include Problems

2003-07-24 Thread Eric Fleming
Here is a snippet from the header file. You can see that I am just trying to determine what the value of the subnav variable is set to in order to determine which navigational link is bold. There are other places the variable is used, but you can get an idea based on what is below. Thanks for an

[PHP] Include Problems

2003-07-24 Thread Eric Fleming
up blank. I am basically trying to adjust the navigation on each page depending on the page I am on. I am just learning PHP, have programmed in ColdFusion for years and in ColdFusion this was not a problem. Any ideas? Eric Fleming -- PHP General Mailing List (http://www.php.net/) To

[PHP] Re: header & headers_sent BUG

2003-07-24 Thread Eric Fleming
up blank. I am basically trying to adjust the navigation on each page depending on the page I am on. I am just learning PHP, have programmed in ColdFusion for years and in ColdFusion this was not a problem. Any ideas? Eric Fleming -- PHP General Mailing List (http://www.php.net/) To