Announcement

Collapse
No announcement yet.

Single Menu Page with Bv and PHP

Collapse
This topic is closed.
X
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • matrixxxxxx1
    replied
    Re: Single Menu Page with Bv and PHP

    This is the code



    <?php
    include ("articles_menu.php");
    articles_menu();
    ?>


    The page I published is www.atexflooring.ca/articles_menu.php

    Leave a comment:


  • navaldesign
    replied
    Re: Single Menu Page with Bv and PHP

    Please post here the code of your "articles_menu.php" page

    Leave a comment:


  • matrixxxxxx1
    replied
    Re: Single Menu Page with Bv and PHP

    Yes This is the page, but I removed the menu last night after many attempt. I will put it back on so you can see.


    Mike

    Leave a comment:


  • navaldesign
    replied
    Re: Single Menu Page with Bv and PHP

    I can see your page wit the menu alright.. http://www.atexflooring.ca/laminate_...stallation.php

    Isn't his the page ?

    Leave a comment:


  • matrixxxxxx1
    replied
    Re: Single Menu Page with Bv and PHP

    Hi Navaldesign

    I have made few menus on my site and they are working great. Now I'm trying to create another one following the same procedure, but I keep getting an error message:

    Fatal error: Call to undefined function: articles_menu() in /home/xxxxxxxx/public_html/laminate_flooring_installation.php on line 67


    Any ideas what this means or where I went wrong?


    Thank you
    Mike

    Leave a comment:


  • navaldesign
    replied
    Re: Single Menu Page with Bv and PHP

    I was asking because i could already see your header before, and i was wondering which page had the problem.

    Leave a comment:


  • coffeegourmet
    replied
    Now it is working

    Okay so maybe I jumped the gun, now it is working okay... maybe it is still in transition... still lots to work on though!

    Leave a comment:


  • coffeegourmet
    replied
    Re: Single Menu Page with Bv and PHP

    Naval

    Unfortunately it is all of them!

    Leave a comment:


  • navaldesign
    replied
    Re: Single Menu Page with Bv and PHP

    Which page is the one that is NOT showing the header ?

    Leave a comment:


  • coffeegourmet
    replied
    Help!!!!!

    Okay I got the site to come up on my laptop so I have been going through to try and fix it up a bit....

    My header came up when I first looked at it now it just shows a red X there! Every other page is coming up fine!

    I will have to leave this till tomorrow, because I have gone through everything ,every page, all the codes are the same... Here is what I have pasted in my html box for the header on every page:
    <?php
    include ("mycoffeegourmethdr.php");
    mycoffeegourmethdr();
    ?>

    Does that look right cause it sure does to me!

    Leave a comment:


  • coffeegourmet
    replied
    Re: Single Menu Page with Bv and PHP

    No problem Naval, I am so green to this voda stuff I need allllll the help a guy can get! *LOL*

    Leave a comment:


  • navaldesign
    replied
    Re: Single Menu Page with Bv and PHP

    Ooops! sorry, i was posting while you did.

    Leave a comment:


  • navaldesign
    replied
    Re: Single Menu Page with Bv and PHP

    You are probably declaring the function menu() in mycoffeegourmethdr.php
    whilst you are also declaring it in "menu.php"

    Leave a comment:


  • coffeegourmet
    replied
    Re: Single Menu Page with Bv and PHP

    Thanks for the advice!

    With Bethers help and advice, I have started changes already. I need her help because for some reason I still cannot see my own site on my computer!

    I am working on the menu bars and the lineup of the html boxes. I am sure there are more things out there, but I won't really see them until I can see it myself!

    The PHP was goofed up due to my own error, I didn't triple check my work... seems I pay the price and have to learn from mistakes!

    Leave a comment:


  • Bethers
    replied
    Re: Single Menu Page with Bv and PHP

    He had made some critical errors in his coding. I've been having him fix them - and now have him working on fixing lots of the loose ends (like shapes not being positioned properly, etc). But the fatal errors are over with :)

    And it was the right forum because the errors all had to do with the php includes - which is why the pages were not showing sooner.

    Leave a comment:

Working...
X