Tagged Questions
0
votes
3answers
26 views
PHP using variable in an included function
Main File;
$opid=$_GET['opid'];
include("etc.php");
etc.php;
function getTierOne() { ... }
I can use $opid variable before or after function but i can't use it in function, it returns undefined.
...
0
votes
3answers
29 views
PHP variable is not accessible in HTML template
index.php
<?php
$title = "World";
echo loadTemplate();
?>
Template.php
<?php
function loadTemplate(){
return <<<EOF
Hello {$title}
EOF;
}
?>
On running ...
3
votes
1answer
65 views
call a Lua function just by writing its name (without parentheses)
I'm looking forward to using a variable like "asdf" instead of writing the name function to check its return (which changes now and then). That's why "asdf" variable should update its value everytime ...
0
votes
4answers
74 views
C++ function in different source files with global variable
I'm doing c++ with different function. I want to put the function in different source file.
To do I create a header file:
function.h
int X(int i, int k);
and the file with the function:
...
2
votes
2answers
42 views
how to use variables from one submit button by another submit button inside same form in php
In my php code, there is a form with multiple submit buttons inside and the variable of 1st form is allocated the value after clicking the submit button and similar for the second form by $_POST[]. ...
-2
votes
0answers
43 views
PHP passing variable amount of parameters to an anonymous function [closed]
Hi I am very new to all this and am working with Mysql and PHP. I would like to be able to create a function from variable names that are stored in a database as strings eg.
database field ...
0
votes
0answers
72 views
Convert function result to variable
I am stuck for many hours now. Please help me with the following:
I would like to output the following code into a variable:
window.plugins.text.translate("word", function(result) { return result; }
...
2
votes
2answers
65 views
How to use argument of a function as name of variable?
I have the feeling that this is trivial, and I apologize for asking such easy questions, but I would appreciate some help with the following problem: I have a function which requires two arguments:
...
0
votes
1answer
32 views
Powershell - Syntax error - pasting string from a function into “-Filter”
Here is my code:
I try to build a filter string in a function and us it in and get-adobject command,
but I get an syntax error an position 1
function build-filter ([string]$searchName)
{
$searchName ...
0
votes
2answers
83 views
C++ Global variable and function
I am programming in C++ with using different functions. I have a problem with the declaration and usage of local and global variables. There are many variables which first have to used in main, and ...
0
votes
2answers
42 views
Placing JavaScript functions inside of an object of a variable
I see this quite often, but I'm not sure as to the purpose of it or what the advantages would be (if any).
Placing a function or sets of functions inside of an object, as a value for a variable.
var ...
0
votes
3answers
22 views
stopping dynamically generated setInterval
I am generating multiple charts each with their own setInterval to refresh the data. I have it set to clearInterval when the dynamically generated container is removed - but if I reload and it has ...
0
votes
1answer
41 views
PhoneGap - Can't Find variable
So I made a simple slideshow in js to display a photogalery in a page, the problem is that whenever I try the slideshow the console shows me the error
ReferenceError: Can't find variable: next
...
0
votes
0answers
18 views
Is it possible to get args name (not the value) sent to a function?
I'm trying to make a very easy function to assign variables to a child variables of a function.
The best will be something like this :
$this->assign($param1, $param2, $param3);
and in the ...
0
votes
0answers
21 views
Pascal. Specify to use a variable instead of function with the same name>
I'm writing long digit arythmetics. This is a function for adding to longint long binary digits. I need to output the sum inside the function, to debug it. How could I do it, without creating new ...
-4
votes
1answer
35 views
Internal Function not showing variables values correctly (JQuery) [closed]
I am have some trouble, I am not able to see the correct values of a variables I have created.
I am new to JQuery so please feel free to let me know which mistakes I am making.
Thanks for the help ...
0
votes
1answer
37 views
How do I use variables across multiple functions?
Suppose I have a simple console program as follows:
(haven't tested it and it may contain errors since I'm sort of a newbie)
#include <iostream>
using namespace std;
void startProgram();
int ...
0
votes
1answer
15 views
Radio Button choice to prefill specific text to Textarea to then be parsed to server
The long and short of what I need to be able to do is to have HTML that consists of five or more radiobuttons. Based on the radiobutton choice, a freeform textarea will then be filled with text of my ...
0
votes
1answer
34 views
Change variable inside function foreach loop
I've a problem that i can't solve. I think it's an easy fix, but after 3 hours of searching and trail-error. I've decided to ask the question over here:
This is my time function for a schedule ...
0
votes
1answer
41 views
C++ Function and variable anomally
I'm using Code::Blocks to write a card game. I seem to be having trouble with this one function. For some reason, the variable 'card' gets jambled up somewhere in this. heres the code:
void ...
0
votes
3answers
50 views
Setting a constant in a javascript function [duplicate]
Take a look at this code:
var arr = new Array();
for (var i = 0; i < 10; i++) {
arr[i] = {
func:function() {
console.log(i);
}
}
}
arr[0].func();
I am ...
0
votes
2answers
53 views
Using a prompt() variable in a function
In this code:
var ask = prompt("Enter contact's first name");
function Contact(firstName, surname, age) {
this.Name = firstName;
this.Surname = surname;
this.Age = age;
}
var contact = ...
-1
votes
2answers
52 views
How do I get setInterval to work with an array in javascript/jquery?
I want to run a function inside of a setInterval and change a variable for that function each time the setInterval runs, here is what I have so far:
$pages = new Array();
...
0
votes
3answers
64 views
How to keep variable constant even after page refresh in PHP
I'm making a simple hangman application and I have my php file and a separate .txt file holding the words, one on each line.
What I want is for the $word variable to remain constant even after the ...
1
vote
1answer
29 views
I need help using a variable to populate a table to create a Javascript scatter plot
I am trying to use this Javascript to create a scatter plot: http://www.highcharts.com/demo/scatter/gray
Im using it just like it shows there and when i copy the graph with the info from the example ...
-4
votes
2answers
63 views
Is it possible to have a Javascript variable to have two or more functions inside?
I have the following Javascript code:
var Lab = {
minseat: function(){
var seat = 10;
return seat;
}
maxseat: function(){
var seat = ...
3
votes
2answers
34 views
Why JavaScript declared variable is in the global object before initialization?
I've stumbled upon a JavaScript variable behavior I could not explain.
According to JS docs on var keyword :
The scope of a variable declared with var is the enclosing function
or, for ...
0
votes
2answers
74 views
Invoke-sqlcmd with scripting variables and function parameters
I have several tables that need to be periodically cleaned (de-duplicated). I want to create a function I can call and pass in a table name as a parameter. I'm stuck on the appropriate use of back ...
1
vote
2answers
37 views
adequate solution to hand over variables in nested functions (in ruby)
I have several step_1-methods which are based on x and y variables.
step_2 creates new methods based on step_1-methods but the variables aren't needed (just passed through)!
The same goes for ...
3
votes
2answers
61 views
BASH pass Variable to Function
This is my first attempt at BASH and I am having a small problem.
The intent of this script is to scrub ZFS pools and create a log file.
The code is working as intended, except for line 19 below. ...
2
votes
1answer
91 views
F# Function doesn't let me mutate mutable value
Probably another dumb F# beginner's question... But it's bugging me all the same
I can't seem to find any answers to this online... might be 'cause I search the wrong terms but eh
anyway my code ...
-1
votes
1answer
50 views
PLSQL Function declaration
I want to take in a number and return twice the argument value.
While I would expect it to go along the lines of
float timestwo(float num){ num*2; return num;}
plsql seems, however, to demand a ...
0
votes
1answer
23 views
jquery yql value not displayed
I'm trying to obtain the Average Rental price. My yql code works and provides the correct value but I'm trying to display it next to Average Rent: and it's not working. I think maybe my function for ...
0
votes
2answers
41 views
Correct array_push usage in a class?
I have a PHP class like so:
<?php
class MyClass {
public $my_variable = array();
public function func1() {
$var1 = $this->my_variable;
array_push($var1, 'var1');
...
0
votes
0answers
65 views
Jquery function don't get correctly variable
I have a function that is called many times when the window browser is resized or when I click on some elements.
This function calculate the correct width of a container based on children items width ...
3
votes
4answers
90 views
Bash indirect variable assignment inside a function [SOLVED]
I have a script where the user input needs to be evaluated several times, the solution im working on is to put the evaluation bits into a function, and simply call the function every time i need to ...
0
votes
1answer
38 views
Defining jquery variable into function that's out of scope
I'm trying to pass a paramater (gmap_settings) to a function (initialize) that is in an included external js file. My php file looks something like this:
<?php
$setting = array(
'zoom' => 8
...
1
vote
3answers
52 views
Getting 'Fatal error: Call to undefined function' when using a function inside an if statement?
Ok, so I just finished off a function for validating the firstname field on a form.
This function works correctly on its own.
But since I want to make this function re-usable for more than one ...
0
votes
4answers
61 views
php global variable not showing correct answer
Its very simple code but i don't understand whats the point :(
function aaa($b){
$a = 30;
global $a,$c;
return $c=($b+$a);}
echo aaa(40); //Output is 40
Why the output is 40 ? When i call the $a ...
0
votes
1answer
65 views
JavaScript passing coordinates from one function to another
I am having issues passing two coordinates from one function to another. I don't really know JavaScript, but it seems to be somewhat correct. Could you please let me know where is my error?
...
0
votes
2answers
48 views
Variable assignment in function
I'm writing a basic fighting game and am trying to make it so that with each attack it subtracts the amount of the attack from the enemy's health and prints the enemy's current health. However, the ...
0
votes
1answer
22 views
Hangman javascript - my variable for the word guess is apparently undefined and is creating an error in my guessLetter function
In my guess letter function I am getting errors in the substring and length method for the word variable as it says it is undefined yet it is clearly defined here
var wordsArray = ["monitor", ...
-1
votes
4answers
41 views
using functions to create a set of variables php [closed]
i am trying to create a function to create a set of variables that are arrays like so
function breakDownPOSTArray($count, $fields) {
$repeat = 1;
$num = 0;
while ($repeat <= $count) ...
1
vote
2answers
110 views
Int and Num type of haskell
I have below code to take the args to set some offset time.
setOffsetTime :: (Ord a, Num b)=>[a] -> b
setOffsetTime [] = 200
setOffsetTime (x:xs) = read x::Int
But compiler says "Could not ...
0
votes
1answer
55 views
Have no choice to duplicate a variable in javascript or else its not working
Here you can find my whole code: http://jsfiddle.net/dpbbd/
Everything is working fine, but there is something that tickle me and its this:
function drawLine()
{
var div1 = ...
2
votes
9answers
103 views
Passing a variable to its parent function in PHP?
I have a function w/in a function, and I need the inner function to make it's variables available in a scope of parent function, e.g.:
function sayMyName(){
getName(); // inner function generates ...
0
votes
2answers
35 views
What is the issue with this function, that shows the most recent post made by a specific user?
I created a function, and would like to know why it isn't working. This is the code:
function new_post() {
$session_user_id = $_SESSION['user_id'];
$user_data = user_data($session_user_id, ...
-2
votes
1answer
73 views
Calling a function from a variable (PHP) [closed]
I have a website I am making as a school project, and it appears I have jumped into something a bit too deep. I'm using PHP to create a page for each array object. In each page, I want to personalize ...
0
votes
0answers
60 views
PHP Variable Array for Function Names
I'm trying to implement some hooks into a WordPress theme, but rather than write out every function with repetitive code I was wondering if I could use an array to declare the functions instead.
E.g. ...
0
votes
0answers
58 views
PHP get assigned variable name inside anonymous function
I know you can find the method name inside a declared method such as:
function getFunction() {
return __METHOD__;
}
echo getFunction(); // 'getFunction'
But how do you find the variable name of ...






