Jump to content

Recommended Posts

Posted

edit x2: ok so the original post went something like this...

 

i couldnt get file includes working in a strictly html site i tryed a bunch of different

things to get it to work, including:

 

<!--#include file="sidebar.html"-->
<!--#include virtual="sidebar.html"-->
<!--#include file="sidebar.shtml"-->
<!--#include virtual="sidebar.shtml"-->
<?php include("sidebar.php"); ?>
<?php readfile("sidebar.php"); ?>
<? include("sidebar.php"); ?>
<? readfile("sidebar.php"); ?>

 

solution: (kinda but not really)

i was trying to do everything just straight up html/css, but i got fed up and switched

the project to asp.net, which fixed the problem.

Posted
edit: never mind i switched my project from straight html to an asp.net project and fixed the problem

 

is there a way for me to delete this post?

Would've been nifty if you had the original post and the solution to your problem detailed so that another member does not ask the same question.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...