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. Quote
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. Quote
karthiflash Posted June 22, 2008 Posted June 22, 2008 Tip: You can include in the action of any clicks.. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.