Sungazer Posted June 17, 2008 Posted June 17, 2008 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.
Wizard Posted June 18, 2008 Posted June 18, 2008 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.
karthiflash Posted June 22, 2008 Posted June 22, 2008 Tip: You can include in the action of any clicks..
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now