Tagged Questions
0
votes
0answers
10 views
include array table from file (Symbole could not be resolved)
I use gcc and eclipse jumo with Android IDE v21.:
in main I have table:
char t[] = {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20};
and call this table:
...
0
votes
1answer
23 views
Opening file php
Supposing I have a file called "utils.php" where I open a file for writing or reading:
$myfile="myfile.txt";
$fileout=fopen($myfile,'w') or die("Not opened");
Now if I have another script UNDER ...
0
votes
2answers
44 views
Linking a css file removes background
This Question Has Been Answered:
Okay I found the solution. The problem was the css document still contained the html tags. Thank you for everyone who helped.
I have been using css to design a site. ...
0
votes
1answer
50 views
Overriding include functions in php?
Is there a way to override include functions (include, include_once, require, require_once, etc) in PHP? I want to be able to do some code before including a file in the script. I'm working on a ...
0
votes
0answers
15 views
Include A File For A Selected File's Using Htaccess
How i can include a file for selected file using htaceess
for eg i have a file as top.php i need to include this file for selected file's like
home.html
services.php
only no other pages should ...
-1
votes
3answers
58 views
PHP Changing variable values across files
So I have only had a course in basic PHP.
I have 3 PHP files:
var
in
use
In var I have my variables. I have bet and highestbet. I use include to read them in my other files. In the in file the ...
0
votes
1answer
88 views
JS and CSS file not found error in spring 3.0 web mvc
I am new to Spring, I am using spring 3.0 web mvc i am including js and css files but it is not applying on the pages.Firebug showing the 404 error for js and css files.
I tried many combination to ...
0
votes
3answers
70 views
php include variable file from query string
What is the best way to include a file whose folder and file name are obtained from the query string?
In myServer.com/data there are hundreds of folders with several files in each.
These are plain ...
0
votes
1answer
27 views
How to Include file1 into another file in magento
I have 2 files in Catalog folder of my template. I want to include one file into another file I tried simple php "require('html2fpdf.php');" method but it does not works. Please let me know how can I ...
0
votes
1answer
47 views
include _SERVER[ 'DOCUMENT_ROOT' ] . _SERVER[ 'SCRIPT_NAME' ] fails to find the currently running script
I'm attempting to include files using the $_SERVER['DOCUMENT_ROOT'] variable. So far, every file I've tried to include has thrown an file-not-found error. I assumed that I was just getting the ...
0
votes
0answers
55 views
Load the selected filename in a form textfield
I am making and update DB form. I load the update form with php, rendering the data to be updated from the DB.
One of the form fields is an input textfield containing the filename of an image.
In this ...
0
votes
1answer
55 views
Using include inside a function PHP
My problem is I need to execute a function every time I include a file.
But I know that if I use include inside a function, it will mess up.
So there is a way to change include function to execute a ...
0
votes
2answers
44 views
File referencing help - php includes [closed]
Most of my pages are at root level, ie:
http://localhost:8888/page-one.php
http://localhost:8888/page-two.php
But some of them are a bit deeper, ie:
http://localhost:8888/aa/bb/cc/deep-page.php
...
0
votes
4answers
92 views
Header files and multiple class usage (EDIT: forward declarations)
I have a problem where I have several header files, and I need to include each of them in each other. Obviously, this cannot be done, because when I compile, the error "include nested too deeply" is ...
1
vote
3answers
76 views
ifstream linker error
I am trying to read in a file. I attempt to use ifstream in read() but I get the following error.
undefined reference to std::basic_ifstream<char,
std::char_traits<char> ...
0
votes
2answers
47 views
Function to get the news from files and post them on the homepage
I have to print those news on my homepage.
On the index.php file I setted include this file below, but nothing is returned... Where is the error?
The script get the news from files.
Then it set each ...
0
votes
1answer
48 views
php code is working on its own but not inside another document
I have some php in a file on its own called cheeseside.php
<?php
foreach (glob("./Cheese_of_Week/*.php") as $fileName) { //set files in specified directory as $fileName
$fileContents = ...
-4
votes
2answers
71 views
What is a c include file and guard? [closed]
You must create an include file that contains symbols for DEBUG, TRUE, FALSE, NULL. The include file must contain a guard.--> I have no Idea what is this. When I read it I just see chinese. What is an ...
-1
votes
1answer
38 views
Include a file inside Visual project in order to use it [closed]
I would like to include a file name "7zip.exe" inside a visual project in order to use it in my code.
My code:
I scan a folder, for each file use "7zip.exe" to extact data. I don't use(zlib & ...
2
votes
4answers
257 views
How to include JavaScript file inside another JavaScript file? [duplicate]
Possible Duplicate:
Include JavaScript file inside JavaScript file?
I am looking for semething that can include JavaScript file inside another JavaScript file.
Something that would have the ...
0
votes
0answers
44 views
PHP Include Is Giving Me Errors When I Use Direct Link
I am trying to include a php file using php include, and the catch is that I need to use variables in the URL... I know that I cannot do this with a relative link, so I am using the direct link but ...
0
votes
1answer
42 views
GET errors making javascript game
I'm making a simple javascript game engine for fun, and I'm running into a kind of annoying problem while working on it.
Currently the way I'm including javascript files is by having an index.html ...
1
vote
2answers
62 views
How to change current directory to another directory
I want to include/upload some files from current directory to another directory as image shows. If i do this
1. $currdir = getcwd();
2. chdir('/home');
3. echo ...
1
vote
2answers
50 views
Include parts of table in separate php file
I would like to be able to include certain parts of an HTML table in a separate php file. So, for example, I may have a table that is like this:
<table>
...
2
votes
5answers
218 views
php evaluate code before getting file content
I have a file B590.php which is having a lot of html code and some php code (eg logged in username, details of user).
I tried using $html = file_get_content("B590.php");
But then $html will have ...
0
votes
2answers
105 views
Pass $_SESSION variables to included file
i have a first PHP file:
/home/www/subdomain1.domain.tld/file.php
<?php
session_start();
$_SESSION['foo']='bar';
include "/home/www/subdomain2.domain.tld/foo2.php";
?>
and ...
0
votes
3answers
1k views
how to include a header file in VB
I can write program VB 6.0, but I don't know how to include a file in VB 6.0.
In c it was
include "aa.h"
But I really don't know how to include this "aa.h" in my VB program.
-1
votes
1answer
49 views
All the strings in a file into an array? [closed]
$ranges = array('10.20.8.0-10.20.14.254', '192.168.0.2-192.168.0.254');
foreach ($ranges as $iprange) {
list($lowerip, $highip) = explode('-', $iprange);
$remoteip = ...
1
vote
1answer
627 views
Gradle - Add single file to JAR
I have the file "license.txt" in the root directory of my project. In the jar-task, I want to add this file to the (root folder of the) JAR file.
I tried
jar {
from '.' include 'license.txt'
}
...
2
votes
6answers
210 views
C++ include guard doesn't appear to work?
I have used include guards many times before, but never really understood how or why they work.
Why doesn't the following work?
#ifndef CAMERA_CLASS_HPP
#define CAMERA_CLASS_HPP
class camera_class
...
1
vote
1answer
134 views
How to load an HTML file into an included PHP file from another PHP? [closed]
i have 2 PHP file and 1 HTML.
i want to include file2.php in file1.php.
file1.php is:
<html>
<head>...</head>
<body>
...
<?php include("file2.php"); ...
0
votes
4answers
292 views
Javascript - include another script by using the <script> tag?
So I have a function that writes a string into a div.
The string is declared as content, which consists of html code, like this:
<h2>This is a test result</h2>
<script ...
0
votes
3answers
56 views
Included file's root path
how can i get "included file's root path" ?
d:\projects\project1\incs\inc.php :
In this file below line gives me "d:\projects\project1\incs"
<?php echo __DIR_; ?>
I want to get ...
0
votes
2answers
869 views
How to include a php and then remove it?
Well, I don't know if this post have the correct title. Feel free to change it.
Ok, this is my scenario:
pluginA.php
function info(){
return "Plugin A";
}
pluginB.php
function info(){
...
1
vote
2answers
79 views
PHP file list generated div boxes and first 2 of them empty
Here is my code.
First 2 divs are empty and out of order, how to do proper div boxes with included php files
<html>
<head></head>
<body>
<?php
$dir = ...
0
votes
3answers
77 views
php - Include different file if site is accessed using https
I have site which has installed ssl certificate but it can be accessed also without it.
Till now i have used: on my pages but now i need to have some option to show different file if site ...
1
vote
2answers
277 views
unable to Include Files php using include
I have a page called index.php which includes a page new_display.php which again includes two pages i.e. say x.php and y.php
The include is working fine on localhost but not on my hosting! The error ...
1
vote
4answers
62 views
Trigger a script in php
First of all, I have a cron job for a php file.
Second of all, in the php file called by cron job i would like to call a file with a parameter. How could i do that without changing php.ini ?
...
0
votes
0answers
224 views
rsync files from subfolders on source to root of a folder on destination
I wish to sync a bunch of flac files that reside in various subfolders to the root of a folder on a destination.
An example of the directory structure on the source is:
source> tree Music/
Music/
...
0
votes
1answer
186 views
How to restrict certain files from being open directly from the url / how to secure 'include' files
I have various files which are included in one php page by the line: include'blahblah.php';
I am unable to figure out how to block direct access to these files from the address bar!
for example:
...
0
votes
3answers
98 views
C++: File conflicting with itself
I have created custom random number generators and placed their global functions in a file I called SamRandom.h. The file looks as follows:
#ifndef _SAM_RANDOM_H
#define _SAM_RANDOM_H
#include ...
-2
votes
3answers
95 views
PHP write to included file
I need to include one PHP file and execute function from it.
After execution, on end of PHP script I want to append something to it.
But I'm unable to open file. It's possible to close included ...
0
votes
3answers
365 views
php include wont show my content in the php file
So, i have this form in a php file and i want it to show in this sliding div but it doesn't show any of the php file with my include file. ANy suggestions?
I think im trying to inlcude the php file ...
0
votes
2answers
745 views
How to include data from another HTML to another without PHP
This is my first question here so try to make my best so you can understand it clearly...
So my problem is that I want to load menus and footers from external HTML file so It would be easier later ...
1
vote
2answers
97 views
Possible PHP scope issue with file include?
I'm currently re-writing one of my old PHP scripts so that the code is well structured for future updates.
One thing I'm trying to do, is create a configurations file - so that settings can be easily ...
1
vote
1answer
66 views
Multiple computers will cache old version of included css/php files
I've been working in Dreamweaver CS4 on two computers, bot by accessing my hosting server (Bluehost) via the FTP feature in DW. Whenever I need to edit a file, I double click the file on my server in ...
2
votes
4answers
1k views
php include_once path
I am trying to find a way to make the include_once(); path start from the beginning directory and then find the path e.g. instead of ../../../path/to/file I would have /path/to/file. If I do do that ...
0
votes
1answer
259 views
apache-camel file2 antInclude ignore-case
I need to poll a directory and narrow the files with a case insentive expression.
With version 2.10 camel adds support for antInclude which is what I look into, unfortunately antInclude is case ...
2
votes
2answers
82 views
Including part of a php file?
I have an individual file for each page on my site, which contains a "page-specific head code" section and a "body" section. I have a master file that contains a "global head code" section, the page ...
1
vote
3answers
216 views
If you include a file in PHP within a loop will it access the file every time it runs in the loop?
If you have this
for($i = 0; $i < 10; $i++) include('whatever.php');
Will it pull the file ten actual times, or will it only access the file once, and keep its contents and simply evaluate it for ...



