Jump to content

PHP and Virtual Object Menus - My PHP extension interfering with menu


ofmyst

Recommended Posts

When I change my .html file to a .PHP to access my mysql database my object menus stop working.  The code for bringing in the menus are:

 

<!--#include virtual="/menus/botmenu.html" -->

 

It has something to do with the extension change from .html to .php and not the php scripting, since when I take the scripting out it still does not work, but when I change the extention back to .html it does. 

 

Any suggestions? 

 

Thank you!

 

Sharon

I tried replacing <!--#include virtual="/menus/botmenu.html" -->  with 

 

<?php 

virtual ("http://www.sharondross.com/menus/botmenu.html");

?>

 

and not only did that not work but it stopped the remainder of the page from loading

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.