Tagged Questions

1
vote
4answers
47 views

php include path changing based on file

I'm brand new to php and I'm trying to work with some includes in my site and can't quite figure out how to make them all work correctly. My site structure is as follows /ROOT/ …
0
votes
3answers
24 views

SQL Server wide indexes with many include columns

Should I be careful adding too many include columns to a non-cluster index? I understand that this will prevent bookmark look-ups on fully covered queries, but the counter I ass …
2
votes
2answers
43 views

PHP: unexpected T_VARIABLE error

Okay, I know this is a common enough question, but all the solutions I've found thus far have involved a missing semi-colon or curly brace, both of which I know is not the case for …
2
votes
4answers
75 views

Tell from where a .php file has been included?

Does anybody know of an automated way of telling whether a PHP script is being called directly (as a HTML page), or as a JavaScript, or as a CSS Stylesheet? Without GET variables, …
0
votes
5answers
33 views

In JSP is it necessary to redeclare tag libraries in included files?

Im not really familiar with how this works in JSP but in the main.jsp template there is this: <%@ taglib uri="/WEB-INF/tld/c.tld" prefix="c" %> <jsp:include page="/jsp …
0
votes
2answers
41 views

Linq include with where clause

Hey so I've got the situation where I'm pulling a client back from the database and including all the case studies with it by way of an include return (from c in db.Clients.Includ …
0
votes
4answers
55 views

include/echo output of PHP

I got two projects running, both written in PHP. Now I want to merge these two projects. The first project is a CMS and on a specific page i will display the contents of the other …
2
votes
6answers
214 views

Is including C++ source files an approved method ?

I have a large C++ file (SS.cpp) which I decided to split in smaller files so that I can navigate it without the need of aspirins. So I created SS_main.cpp SS_screen.cpp SS_disk. …
0
votes
1answer
28 views

Entity Framework - Include in sub query? - Part 2

I'm not sure if this is the right thing to do, I'm sure someone will tell me if it's not. I asked a question (http://stackoverflow.com/questions/1662760/entity-framework-include-i …
2
votes
1answer
32 views

Entity Framework - Include in sub query?

I'm not sure if this has been answered yet, I looked at a couple of questions but I don't think they were quite what I was after. Let's say I have 3 tables: Restaurant 1.....M Me …
0
votes
0answers
11 views

jquery: plugin question (dynamic include)

hi all, i'd like to use this plugin for dynamic includes: http://plugins.jquery.com/project/jquery-plugins i managed to include one file + getting a done-callback. my question: …
0
votes
5answers
88 views

C++ class, its base class and circular include includes

FILE #1 (foo.h): #ifndef FOO_H_ #define FOO_H_ #include "baseclass.h" #include "bar.h" class Bar; class Foo : public baseclass { public: bar *varBar; }; #endif FILE #2 (bar.h): …
0
votes
1answer
34 views

ASP.NET Include Disables Code-Behind

Hey Everyone, I've found that when using the <!-- include file="MyPage.aspx" --> command in ASP, I'm not able to use the code-behind in MyPage.aspx. The issue is that w …
2
votes
4answers
51 views

JavaScript Source Query

While browsing the code of some websites I sometimes notice that some JavaScript files are included like this: <script type="text/javascript" src="javascripts/jquery.js?12525 …
0
votes
5answers
68 views

PHP include file

i have two files:(localhost/template/) index.php template.php each time when i create an article(an article system is what i'm trying to do),i create a folder and then i copy t …

1 2 3 4 5 19 next
15 30 50 per page