Tagged Questions
0
votes
0answers
13 views
Wordpress Posts query to alternate row base on post custom field
I have a wordpress theme set up where a custom field, custom_select_row_position, determines whether the post will be on the left or the right. I'm trying to make it alternate the posts so that it ...
0
votes
4answers
36 views
Add list item every time i click submit
I want a script which will echo a text from a form to a div tag every time i click the submit button.
i was able to do that in no time but i want the text to still be displayed in the div even when i ...
1
vote
2answers
30 views
Database Error. SQL query is not being executed
I have a form that takes two values as input and parses them using post method to the next file where I have this piece of code. This should save the two values in the MySQL database. But strangely it ...
0
votes
1answer
36 views
setting a limit to a income every 15 minutes error
ok so this file runs every 15 minutes you get a income, farming and energy bonus at those stages but I don't want them to go over the $storagecap but they don't stop and they keep adding more and more ...
1
vote
1answer
39 views
using inner join and 4 tables is that possible
i have a members table that contain 3 field as a foreign key for 3 tables
so i want to join between them is that possible ??
member table :
governorate
district
village
each field is the ...
0
votes
1answer
24 views
PHP $stmt->bind_param() Number of variables doesn't match
For some unknown reason my code doesn't seem to be working. I have checked all over google, but no one else seems to have the same problem. Could it be a bug with PHP?
The error I get:
Warning: ...
1
vote
3answers
38 views
Get related rows in one table using a table with relations
I have two tables. One stores the content records, the other one stores the relations between the content-records.
table "content" table "relations"
+---+-----+------+------+ ...
-2
votes
4answers
35 views
PHP SQL Syntax Error by Update [closed]
I have a problem with my SQL Syntax.. All other SQL-Methods are correct in my files but a UPDATE-Method fails everytime. I can't find the mistake. Please help me.
$sql = mysql_query("UPDATE ...
0
votes
2answers
18 views
Error when using custom query in cakephp?
I have using cakephp for my website. And i use sql server 2012 with it.
I have confused that when i use:
$this->set('types',$this->Manager->query('select * from product_types'));
to get ...
2
votes
2answers
50 views
How to show mysql records more than once and in a specific order
1) This is a much simplified example of what I am trying to do for ease of explaining the problem. 2) I will be doing thousands of these queries.
I have a mysql table like so:
NUMBER TEXTCOLOUR
...
-1
votes
2answers
54 views
Getting higest points/votes form sql
I'm on laravel 3 working with a movie page, I want to call from sql the best rated movies.
The problem is that I need 9 ids from the table and the rate results is points/votes, and obviously not ...
0
votes
3answers
63 views
there is something wrong with sql query
following sql query was working fine, i don't whats wrong i did its stopped fetching records.
$data = mysql_query("SELECT * FROM product_table where pid=$saa1 OR gpid=$saa1 OR
category_id=$saa1 ...
0
votes
1answer
28 views
Transpose Rows to Headers in MYSQL
I'm trying to transpose a very basic output for use in a web application. As my strengths lie moreso in mysql, I'd like to this before it hits the app.
What I currently have is:
date value
...
0
votes
1answer
24 views
Silex repository SQL escaping single quote issue
Maybe a noob question but I have to ask...
This is the query I need:
select title from internships where title like '% someParameter %'
I have to use this in my Repository in my Silex project, so ...
1
vote
4answers
35 views
How do I compare input to mysql data with php/sql?
I'm new to working with PHP and a mySQL DB. I"m trying to make a user input there user name(UN) to enter this one part of my site. I have a mySQL DB(test) with a users table called "test".
I know ...
0
votes
0answers
35 views
Problems sending two querys to Mysql Database
Hello the first query is executed fine.. the second one is failing.. why?, i think its ok..
I know the first part its ok , because this data its saved in the database, the second query isn´t.
...
1
vote
2answers
14 views
How to put OR on pdo select query where condition?
$sql = "SELECT message FROM sale WHERE seller_id=? && payment_date=? && bank=?";
$q = $conn->prepare($sql);
$result = $q->execute(array($user_id, $paydate, bank1|| bank2|| ...
0
votes
1answer
39 views
Edit SQL with dropdown
So just like always, I'm working on code that up until now I have had no experience with.
What I'm trying to do is create a ticket type system for a department here at work to use to contact ...
1
vote
2answers
25 views
How can I insert multiple rows into a database using results from another data query and posts from the same page?
I am trying to gather a random amount of members from my database, get their id numbers and use them to insert multiple entries into another table using the ids and some posted info from the same ...
0
votes
2answers
49 views
Registration, first registration returns row exists?
Okay, I have developed this registration system, with an activation code sending to email.
If that username already exists, I will return an error "Username already exists".
But for some random ...
1
vote
1answer
47 views
PDO Binding Issue
I'm getting the following SQL error for the given code.
You have an error in your SQL syntax; check the manual that coresponds
to your MySQL server version for the right syntax to use near '' at
...
0
votes
1answer
29 views
Is it better practice to store system variables in SQL or $_SESSION in php web development?
I have a php/SQL web development question. Is it better to use an SQL SELECT every page view to get system variables or better to store system variables in a $_SESSION variables?
$_SESSION variables ...
-3
votes
0answers
38 views
Populate select list from database live [closed]
I'm doing a big assignment, one of the part in the form is to get the post code input from the user and then search it in database and create select list with the result. i have done that but it only ...
1
vote
2answers
62 views
php continue print until reach the limit [closed]
I'm trying to code something give rewards for top users who made orders
I have a litle problem i will explan it here.
Also please, do you think i need to improve my php code or there is a better ...
0
votes
1answer
33 views
Application form submitting to database sometimes works, sometimes doesn't
This is an application form that submits all fields to a database. Sometimes it works perfect no problems at all, other times everything submits but the uploaded file isn't included, and sometimes ...
0
votes
2answers
59 views
How can i delete a row from time to time from my database
My idea is:
if anyone write a message on my database i want to delete that message 24 hours after being inserted on my table 'messages'. Triggers just act after or before and insert or update, but i ...
0
votes
0answers
41 views
Syntax error when using php to serve up dynamic sql pivot table
This dynamic pivot sql runs perfectly in MS Studio, however I can't get it to run with php on the server. I get Incorrect syntax near ','. And Incorrect syntax near 'p'. I've tried every type of ...
0
votes
1answer
58 views
How to perform a SQL query that orders by a column of type JSON?
I am using a POSTGRESQL database and I need to order by a column that is of type JSON. This is the error I get:
ERROR: could not identify an ordering operator for type json
LINE 1: SELECT * FROM ...
3
votes
4answers
67 views
Combining these two SQL statements into one
What would be the best way to combine these two SQL statements into one? I tried using union, but seem to be going nowhere.
select id as id from likes where type=1;
select sum(votes) as votes from ...
-1
votes
2answers
45 views
How to upload csv file into mysql database faster
I want to upload a csv file into mysql database through php.
I already have more than 20,000 records in database. now when i upload csv file containing around 1000 records in it, it takes very much ...
0
votes
3answers
36 views
how to update two column with two different conditions for each column in mysql database
i have two columns in my database table. i want to update both the columns in a single query but with two different conditions for each column.
how to achieve this..??
Please Help.
Thanks in ...
0
votes
4answers
44 views
Display SQL query results in php
I was trying to calculate the total of each column in the database and display it on the webpage using php.
But it just gives me
Array
(
[0] => 6
[sum(food1)] => 6
)
which I just ...
-2
votes
0answers
31 views
Find a result from database which is within a certain amount of miles
I am trying to find a way to search for a job with an input field called "desired_title", a select box with options which has "within 10 miles, 20 miles, 30 miles" etc. I have two functions, one to ...
0
votes
2answers
29 views
count records and join tables
I have tow tables that i want to join below are the details of the tables
Trophy_lookup table contains
id | user_id | trophy_id
1 | 2 | 2
2 | 3 | 4
3 | 1 | 5
4 | 2 | 1
4 ...
0
votes
1answer
35 views
Stuck with updating a column value
This is my table likes
id type parent country votes
1 1 0 US 0 # This value need to be 9
2 2 1 US 6
19 3 1 US 3
3 3 2 US 3
7 3 2 ...
0
votes
1answer
40 views
Using reserved word in sql update query in php overwrites the whole table
I am currently working on a php project and used the word 'value' as a column name. The problem being that when I run the query, it overwrites all entries in the database, even though I have a ...
0
votes
1answer
25 views
How to use DUPLICATE KEY UPDATE sql
How to use ON DUPLICATE KEY UPDATE for non auto increment key(reg_id) ? I'll insert that values from another table.So i want to insert a new raw if there aren't a sending reg_id if there is i want to ...
-1
votes
3answers
37 views
SQL INSERT INTO for specific cell
I'm trying to use this to insert the value "yes" into the list_title column where stream_number='3'. I can't figure out why it won't actually insert "yes" into the cell or any cell at all for that.
...
1
vote
5answers
70 views
how to check whether value exists or not in mysql database column while inserting
i have a contactnumber column in mysql database. In contactnumber column there are more than 20,000 entries. Now when i upload new numbers through .csv file, i dont want duplicate numbers in database.
...
0
votes
1answer
28 views
Image from sql database not showing on PHP [closed]
I have this code on php:
$query = "select * from product";
$result = mysql_query($query);
<?php
while($row = mysql_fetch_array($result))
{
echo "<tr>";
echo "<td>" ...
0
votes
1answer
32 views
SQL inject while allowing iFrames
Is there a way to allow users to include iframes from specific websites while excluding those from unverified sites? I am doing a system that allows users to include iframes with their posts, however, ...
0
votes
0answers
64 views
how to dynamically update javascript from php?
Simple question, how can i update javascript from php ? currently my code works like this ;
// retrieves an id from database
foreach( $childPrs as $chProduct )
{
$checkforsub = ...
0
votes
1answer
30 views
iphone login system not working
I have tried many times to get this to work but it doesn't work no matter what I try. I have researched many tutorials but with no luck of finding anything useful. Any tips or help please?!! Does ...
0
votes
1answer
30 views
Aggregate results from multiple mySQL databases in PHP
I have a large # (say 100) of databases with identical schemas and want to do SQL aggregates across this entire collection of databases.
Lets say the table is ATHLETES
CREATE TABLE ...
1
vote
2answers
62 views
PHP and SQL Injection
I have this piece of PHP, I just wanna make sure it's safe from SQL injection and security vulnerabilities:
<?php
require_once "./source/includes/data.php";
header('Content-type: ...
-1
votes
2answers
85 views
My own SQL syntax error
My code is.
$newModel = "INSERT INTO models (id," .
" firstname," .
" lastname," .
" email," .
" password," .
" group," .
" phone," .
" timeofday," .
" dayofweek," .
...
-6
votes
0answers
127 views
Preventing SQL Injection? [duplicate]
Possible Duplicate:
How to prevent SQL injection?
I was wondering how exactly I would go about stopping this code from SQL injection.
$item=$_POST['item'];
...
72
votes
5answers
5k views
How can an SQL query return data from multiple tables [closed]
I would like to know the following:
how to get data from multiple tables in my database?
what types of methods are there to do this?
what are joins and unions and how are they different from one ...
150
votes
9answers
105k views
How to 'insert if not exists' in MySQL?
I started by googling, and found this article which talks about mutex tables.
I have a table with ~14 million records. If I want to add more data in the same format, is there a way to ensure the ...
1446
votes
24answers
198k views
How to prevent SQL injection in PHP?
If user input is inserted into an SQL query directly, the application becomes vulnerable to SQL injection, like in the following example:
$unsafe_variable = $_POST['user_input'];
mysql_query("INSERT ...





