Tagged Questions
3
votes
3answers
47 views
MYSQL: How to define or get LONG string variables
I am running the following query:
Variables
SET @src = 'Test';
SET @tgt = 'Test2';
SET @db = 'Test';
SET @pk = 'ID, MyPk, etc';
SELECT CONCAT( @pk, GROUP_CONCAT(CONCAT( ", ", COLUMN_NAME) ...
0
votes
1answer
12 views
MySQL - Define a variable within select and use it within the same select
Is there a possibility to do something like this?
SELECT
@z:=SUM(item),
2*@z
FROM
TableA;
I always get NULL for the second column. The strange thing is, that while doing something like
...
0
votes
0answers
45 views
MySQL - select into variables in trigger results in null
I'd like to calculate a column in a table with a trigger but i only get NULL as the result for points.
I declared 2 local variables to not perform 2 queries to get the values.
I think, the ...
0
votes
3answers
31 views
How to use a PHP variable in Inner Join MYSQL query?
I have been trying for the past day to get mysql to recognize my PhP variable, but I have had no luck so far.
The code:
...connect to db...
session_start();
//Calls up Session stored variable
...
-5
votes
3answers
42 views
Passing a PHP variable to a new HTML page [closed]
I have a user login on index.html which redirects users to nextpage.html (using header("Location: http://nextpage.html") after the password/username are confirmed in a mysql database.
How can I ...
0
votes
1answer
28 views
Pass variables with values to postgresql database
I created this method in C# Visual studio 2010.The ofd.Filename is actually a path to a file location on the hard drive. This method connects to a MYSQL database and it works very well. However in ...
0
votes
1answer
68 views
php pass value to multiple select queries
I'm having trouble passing a variable between MySQL queries on the same page. Maybe someone can advise what I'm doing wrong. I'm new to PHP/MySQL, but the answer seems very easy, I just don't see it. ...
-4
votes
1answer
34 views
Trying to pull one value from mySQL table and assign it to a PHP variable [closed]
I have a mySQL database with a table that looks like this:
id | username |email
On another part of the site, I have a form where a user fills in their details and they get submitted to the database.
...
0
votes
4answers
40 views
Php Email Mysql Fetch Array
I have this script to send an email containing information from my database. The user can have 1+ items in the database with it's location. So when I empty the rows that match the user the amount of ...
2
votes
5answers
87 views
How to use PHP Variables in an SQL statement
Before anybody says, I will protect myself against SQL injections, right after I fix this error. I am making an app where news reports are submitted to the database. This page is what removes a report ...
1
vote
1answer
52 views
Not getting data from MySQL - PHP
I'll start off with the code:
$permission = $_SESSION['permission'];
// Connect to database
$con = new mysqli("localhost", "privateinfo", "privateinfo", "privateinfo");
// Check connection
if ...
0
votes
1answer
39 views
variable variables in php with mysql_result
this is my problem:
echo "SELECT * FROM fornitori_elatos WHERE NomeFornitore = '".${mysql_result($elenco_fornitori,$k,"NomeFornitore")}."';";
generate this error:
PHP Fatal error:Function name ...
0
votes
2answers
51 views
Displaying Dynamic Results PHP mySQL
I have a problem with the sql picking up the column name as the Value instead of the name itself.
So for example the result returned shows
SELECT ll_project.project_id, ll_project.size, ...
0
votes
2answers
46 views
Multiple array results in a variable
I've some PHP code:
$categories = mysql_query("SELECT category_id, category_name AS categories FROM categories");
while ($row = mysql_fetch_assoc($categories)){
$columnvalues[] = ...
0
votes
1answer
62 views
Mule parameters in SQL queries
I'm trying to query two databases f102 which is MySQL and f100 which is SQL Server.
The query to the MySQL server works but the SQL Server connector doesn't like the "#[header:INBOUND:company] as ...
0
votes
2answers
28 views
Output Data From Two Tables With Identical Columns And Add Variable As Identifier
Lets say I have two tables, with identical column names, and when I want to output them into a table, I simply want an additional field to show the user which table it came from...
i.e.
Table1
...
0
votes
1answer
45 views
Inserting Variables MySQL Using Python, Not Working
I want to insert the variable bob, and dummyVar into my table, logger. Now from what I can tell all I should need to do is, well what I have below, however this doesn't insert anything into my table ...
0
votes
1answer
21 views
PHP: Longpolling - $current_row & $latest_row
In my JavaScript Long-polling script, I call msgsrv.php to echo the num_rows not on the screen yet. Here's the JavaScript which is functioning:
<script type="text/javascript" charset="utf-8">
...
0
votes
1answer
13 views
Accessing database content based on /variable
So I am a bit new to MYSQL and I've been learning allot more about relational databases but I am a bit stumped with one subject in mind. I notice allot of sites have things like domain.tld/variable. I ...
1
vote
2answers
57 views
Passing variable to sql WHERE IN clause
I've viewed a few similar posts regarding this topic, but I haven't found them to work for me.
I have a list of checkboxes that store article ids as a value. This means when the user checks a ...
-6
votes
0answers
33 views
MySQL number variables [closed]
My database is mostly "decimals" with a few others that are doubles/ints/reals/floats/etc. Right now, it will take integers like "5" "100", but I need it to do "5.5" "2.1". What type of variable ...
0
votes
3answers
44 views
The only int variable won't _POST
And I again I have to deal with PHP and MySQL :) So, I've got a mysql table and want to have "add" feature. So I can edit my table from browser easily. So far I have done nearly everything but the ...
0
votes
1answer
24 views
SELECT INTO Multiple Variable in MySQL declaration
Is that possible to set two parameters value in single query in Stored Procedure Mysql?
I want , two different parameters as output , i don't want to con-cat it.
Declare v_first_name varchar(100);
...
0
votes
1answer
79 views
PHP mysql_query() manually enter date works a PHP variable doesn't
I have a form that inserts data into a database. One of the fields is weDate which is filled in with
$weDate=date('Y-m-d',strtotime('Friday'))
If I use the following:
$sql = mysql_query("SELECT ID ...
0
votes
3answers
48 views
If variable equals value php
I am trying to do a check before the data inserts into the MySQL query.
Here is the code;
$userid = ($vbulletin->userinfo['userid']);
$sql3 = mysql_query("SELECT * FROM table WHERE ...
1
vote
4answers
70 views
php, Echo mysql query by ID
I'm trying to display items for a database on my index, but only from the id's I want, not the whole table. So far ive tried this but it does not work:
Download.php
<?php
$id = $_GET['id'];
...
0
votes
2answers
53 views
Get two separate values from MySQL database, do a sum, and update one of the values
I have a MySQL database. This consists of various tables, including 'members' and 'stocks'.
I am creating a 'stock trading game' and want to deduct the amount a stock costs, from the balance a user ...
1
vote
0answers
31 views
Unable to remove values from result table in Stored Procedure
I have This Stored Procedure which works up until certain point
DELIMITER $$
CREATE DEFINER=`root`@`localhost` PROCEDURE `sp_RunSearchPostFilter`(vResultTable VARCHAR(64))
BEGIN
IF (SELECT COUNT(*) ...
-1
votes
2answers
58 views
sql query containing php variables does not work
Could someone tell me what is wrong with my query?
I omitted some fields in table_name because I will not use them for now, may be later.
EDITED:
$FILTER_PARAMETERS = "$variable1 $variable2 ...
0
votes
2answers
37 views
How Do I Get A Value From MySQL Table - PHP
I am having a real hard time fetching a value from my sql database. My code is below and I am trying to display $balance, but when I echo it, it just shows "Array".
Here is an image of my database ...
-2
votes
2answers
51 views
Variable at POST
In this code you can see arraying data from MySQL database and preparing them to change.
But I have a problem with a variables $_POST[$here]. How do I can insert the variable to that place. Read the ...
0
votes
2answers
48 views
mysql create view with mysql query that contains variable
I have the below syntax that I want to use to create a MySQL view:
create view `ViewName` as (select
v_starting.callingname,
v_starting.geofence,
...
-4
votes
1answer
29 views
MySQl with php and getting variables [closed]
Q1:
I have a registering and login system for users.
How do I get their variables from the table.
Q2:
I have a session, and when I do
$var = $_SESSION['step'];
It returns it blank. I don't ...
0
votes
1answer
46 views
PHP MYSQL Do and only if php session variable exists
i would like my mysql query to be different depending on the content
of a php variable (session) it has to be something like:
if ($_SESSION['session_id'] != NULL) {
$var1 = "and id = ...
0
votes
2answers
42 views
querying WITH a $variable
ive been trying all kinds of things and for some reason no matter what i do i cannot seem to query with a avriable... so far, here is my code, its not all of it, but ive pin pointed where my problem ...
1
vote
2answers
94 views
How to add form_dropdown id value to database? - codeigniter
I have a form with a dropdown for categories.
it looks like this:
<tr>
<td><?= form_label('Categorieen'); ?></td>
<td><?= form_dropdown('categorieen', $opties); ...
0
votes
3answers
46 views
Multiplying and dividing variables [closed]
I know this sounds simple and it's probably just something I am missing but here is what is happening. I have two variables that needed to be divided then multiplied by another variable. The two ...
0
votes
1answer
25 views
how to use diffdate function in mysql using varibles
CREATE DEFINER=`root`@`localhost` PROCEDURE `bill`(subid int(10), uprice float, sd date, ed date)
BEGIN
declare numberofdays int;
declare totalprice float;
set numberofdays = datediff(ed,sd);
set ...
-2
votes
0answers
57 views
mysql stored procedure, variables - different results and no index selected
I have an problem with a MySQL stored procedure while using variables in it. I've got different results when I putting in the value directly and also I can't us the index which I've created an on a ...
-1
votes
3answers
50 views
How can I set multiple variables to their respective values? [closed]
My sql statement returns an array of 2 associative keys, up and down.
query = 'SELECT `up`,`down` FROM `records` WHERE `id`=id'
is there a way i can, in one line, set both variables such as:
$up, ...
0
votes
1answer
36 views
Run bash variable in mysql
I'm writing a script to pull the DB information from a wp-config.php file and use that to login to mysql and then run a command to create a new user.
Yes this sounds like a major hacker script but ...
0
votes
1answer
26 views
MySQL Procedure - Assign calculation on columns within an update to a variable to be used in another update
I have a database with 3 tables and I am updating a row in the first, and then trying to update the second and third tables based on the change to a field in the first.
Here is what I have at ...
0
votes
2answers
45 views
Send javascript variables to Mysql database
I am trying to create a basic form where the user can enter his name, a comment and click on a submit button. When user clicks on submit, his name, comment as well as geolocation (longitude + ...
2
votes
2answers
102 views
MySQL variable in WHERE clause
I need a query that find the recommended TV shows for an user, based on the TV Shows he is following.
Do to this I have the following tables:
the table Progress that contains wich show the user is ...
2
votes
1answer
42 views
Variable not showing first row of the query
The idea is to obtain in a javascript variable an array provided by a mysql query. It works fine, but the result of the variable shows minus 1 row than the query.
Below I have provided just the code ...
1
vote
2answers
46 views
INSERT INTO with SELECT and rand() confusing variables
I am trying to make part of my table A copied to table B:
@t1 := 1
INSERT INTO B
SELECT x, y, (@t1:=@t1+1)
FROM A
WHERE z=1
ORDER BY rand()
LIMIT 10
What I wanted is to get in table B (third ...
-1
votes
3answers
54 views
Integer sent from javascript to php to mysql comes back different. WHYYYY :(
Okay, im completely confused now.
I have an app in javascript which sends an array of info to a php script, which in turn saves it to a mysql database.
The info contains a unique number which is ...
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, ...
0
votes
1answer
49 views
Selecting MySQL query via PHP variables
I am getting zero in $booked_num, I tried the query in SQL with values in place of variables, it worked fine. But I don't know where I am making a mistake, please help.
I already echoed every variable ...
0
votes
1answer
112 views
MySQL StoredProcedure Variable set from select with parameters as conditions
So I'm trying to get the PatientID (primary key, not null, autoincrement) from a patient that I added to the database earlier within a stored procedure using the parameters for FName and LName passed ...




