0
votes
0answers
17 views

Create a PHP array from MySQL data for use in Google charts

So I have a table of data that contains a fruit name and the amount of said fruit. I have an SQl commmand("SELECT (fruit_name), (amount) FROM fruits"). I want to be able to place the information from ...
0
votes
1answer
11 views

mysql not adding a particular string using sprintf

i'm using php and mysql to add data. i'm adding 13 variables in a table but i'm unable to add a particular string named order into the table. the value of the string is S.No 1 PRODUCT ID ...
1
vote
2answers
26 views

Simple php mysql query returns only one of two columns

I'm a PHP and MySQL newbie trying to write a simple query against a table consisting of 2 columns: one with a text string and the second with a date string. The code below returns the first column ...
0
votes
0answers
6 views

Retrieving posts that inherit usergroup permissions from parent topics/categories

I have a PyroCMS 2.1 project (based on Codeigniter) that revolves around user groups and group permissions. A user can be a member of multiple groups. I'm trying to create a forum/discussion module ...
-2
votes
1answer
35 views

ajax value pass but no output

I am using a textarea. User type one/more letter presses tab. Ajax is called to display a select box based on textarea input. <body> <textarea id='test' name="test"></textarea> ...
0
votes
1answer
18 views

Show hiscores within Flash?

I am creating a game in Flash using Actionscript 3 and the game is to be integrated into a Facebook app. My question is how do I go about creating and showing a hiscores table within my game? The ...
0
votes
2answers
25 views

Text searching to compare against Mysql database tables

Let's say I have a string containing words. Some of these words may be compound words. I also have a MySQL database which contains a table which contains a column called words. This column may ...
0
votes
1answer
12 views

selecting from drop list and display the right result using php mysql inner join

i have a search query that include governorate district city what i need is that when user select governorate the browser must display the write result related to this selection and when the user ...
0
votes
0answers
22 views

PHP Ajax Friend Request Not Getting User's ID And Name

I'm Making a Social Network and Having Issues With The Add Friend. When You Click "Add Friend" Below it slides down Says Add user and you can click Yes Or Cancel. If You click Yes, Sends the request ...
0
votes
3answers
24 views

Warning: mysql_query() [function.mysql-query]: Access denied for user ''@'localhost' (using password: NO)

I looked through the whole thing on Google, and could not find any solutions. Help? Plus, also my database, password, user and host are correct and checked through it many times. connect.inc.php ...
0
votes
1answer
16 views

mysql copy value from temp_table to table

1 have 2 table, temp_table and table, both are MyISAM. temp_table (Write frequently, run cron job every minute insert data) ...
0
votes
2answers
17 views

syantax error using php mysql and inner join

i have a query for searching using inner join but the browser display syntax message error 20You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version ...
0
votes
2answers
54 views

gaps in employment history

I have a simple employment history database, I store the entry id, user id, their job, start and end date. There may be some overlapping entries. I need to establish that in a given period there are ...
-1
votes
0answers
24 views

remove id from the database browser display error messge

i have a friend system taht allow user to add and remove friend but the problem is when i try to remove friend the browser display error message : uninitialized string offset 0 uninitialized string ...
-1
votes
2answers
18 views

PHP Project undefined function session_is_registered()

**Hello every one, I had problem in run php site using Dreamweaver CS6 and wampserver.... I create site and testing server and connect to database and test it which is ok, but the problem is the pages ...
0
votes
1answer
25 views

Employees and departments with groups database schema advice

What I got is Tables: employee {id, name, phone, dep_link[fk]} department {id, name} groups {id, name} employees_groups {id, emp_id_link[fk] ,group_id_link[fk]} departments_groups {id, ...
0
votes
1answer
27 views

xml parsing foreach loop + only one record inserted?

I cant for the life of me figure out how to get this code to process more than one record. The code works fine, it just inserts the first record and then stops. The feed: ...
-5
votes
0answers
18 views

why online examination system can't display formulas, circuits etc? [closed]

There are many examination systems developed on PHP-MYSQL but often when they are implemented, the real life problem is that, while they are randomly generating questions they fail to display formulas ...
0
votes
1answer
27 views

inner join with allowing user to choose between search type do not work

i have a search page tat allow users to search using search by governorate or district or village if the user choose by governorate the browser display right answers but if the user choose ...
0
votes
0answers
34 views

what's wrong with this simple fetch PDO statement?

What's wrong with this PDO code? It doesn't give me any results although there definitely are some results in the tip table in the database. try{ $this->pdo = new PDO( ...
3
votes
1answer
31 views

Storing table data into database

I am designing a web app which the users could post their products into it, each product will have a section as "Technical Specifications". This is like: Subject 1 Title 1: Description 1 Title 2: ...
1
vote
1answer
36 views

How to verify Domain Ownership

I am working on a site where people will submit their domain, And I want to know how will they confirm/verify their domain by DNS records. My site is in PHP
1
vote
2answers
50 views

MYSQL GROUP BY not grouping

HI I am trying to group some results by a visit_id, however it just doesn't seem to work. Here is my code. SELECT url1 FROM pages GROUP BY visit_id ORDER BY timedate Here is my database ...
-1
votes
3answers
28 views

run update query only once in php

is it possible to run update query only once, here i have a link or button where if he clicked his profile will be changed(updated) automatic and brought him at myaccount.php page . All thing going ...
-2
votes
1answer
29 views

Hashing password in register and login do not match [duplicate]

I've a register form that allow user to enter password and I hash this password using crypt In the register form it work and the password is hashed and secure in the database but when it come to ...
0
votes
1answer
53 views

Automatically show price when we select the ID in PHP

include "config.php"; $id = $_GET['id']; $data = mysql_query("select*from orders where orderID=$id"); while ($dat = mysql_fetch_array($data)) { echo "<input type=hidden name=orderID ...
0
votes
1answer
24 views

Calculating Treversal Tree items level

I have a database that has category names. The columns are ID | CategoryName | ParentID. I'm using row_array() from the CodeIgniter model, and I want to add a level key to that row array. I have a ...
1
vote
2answers
36 views

MySQL Database Connection with PHP MySQL Extension

I'm still new to PHP and haven't developed the knowledge of knowing how to fix most bugs when I anticipate them. I have a problem with connecting to a database the I have just created. I'm learning ...
0
votes
1answer
35 views

MySQL Query not returning expected results

Lets say I have the following information in a table. -1 means Unlimited Price Minutes SMS Data 7.50 200 -1 250 10 250 -1 1000 12 250 -1 -1 ...
0
votes
0answers
35 views

How to add values to other select box on selection of first select box in php

I have two select boxes in my Web page, and I want to develop it such that on selecting from one select box, the values in the other select box get filled. I am using PHP on the server side and MySQL ...
-4
votes
0answers
35 views

login code fails to connect to my sql and stays on the index [closed]

I am using the oop model for programming. Here is the login function from my class user which parent class is a Db connection file: <?php require_once("DBConnection.php"); class User extends ...
0
votes
0answers
31 views

MySQL tricky multiple row insert/update into two tables

There are two tables with the following columns: table1 (id1, id2) //pairs (id1, id2) - are unique table2 (id2, name) //id2 - is auto incrementing, name - string from PHP i have 100-300 pairs ...
0
votes
4answers
36 views

hashing password in registration different from the login password [duplicate]

I have a registration page that allows users to insert a password. I hash the password upon registration so that it is stored more securely in the database. When the user logs in with the same ...
3
votes
3answers
46 views

Why are some images not rendering

My program uploads images of various sizes into the blob field of a MySQL database using PHP. I was able to successfully upload different sizes up to 1MB and above. My problem is that when I display ...
0
votes
1answer
26 views

Group by Latest entry and filter out with additional criterias

Table: id sender receiver message 1 14 16 1st message from 14 to 16 2 16 14 1st message from 16 to 14 3 16 14 2nd ...
1
vote
2answers
49 views

how to update table by clicking a link in php

I have a project where I create a point system for students. A student may look at the solutions to a question, but if they do, they should lose 2 pts and their profile should also updated with new ...
2
votes
3answers
49 views

Deleting all but the last 30 rows in database table with MySQL

I have simple question. How can I delete all but the last 30 rows in a database table? For example, take the following query: DELETE FROM Comments WHERE got='$user_id' What else do I need to do in ...
1
vote
1answer
21 views

How to store and retrieve an image and description from a database and make it view able by the a set member

This is a pretty long and hefty question. First off I am new to PHP but I know javascript and HTML as well as CSS. I have created the static elements of a webpage and have managed to integrate it with ...
2
votes
3answers
45 views

Hashing password using crypt does not work on the login it displays incorrect pass

I have a register page that allow user to insert password so i need to hash it to become more secure in the database this work fine but when it come to the login the entered password do not match ...
1
vote
1answer
35 views

MYSQL: Adding and updating, conditionally, a temp colum into a table

I am writing a tagging system. I have a table of tags, and another full of items that are tagged consisting of the tagged items ID and the ID of the tag. I am writing a fetch script that will give ...
0
votes
1answer
27 views

Search form for Prices

I have a form that is trying to search different prices. I manage to search Address and City information but with the prices no search results show up. I am not sure if its in the HTML side or the PHP ...
1
vote
1answer
34 views

Complicated MySQL Query for MLM Business

I've got confused at the moment. I've got one database to developed for MLM (Multi Level Marketing) company. so, there's one Members database.. each member have unique ID called membercode.. and all ...
-1
votes
0answers
48 views

Undefined index: variables [closed]

Hello I have a two pages. the first page contains functions the second page contains calling the function with all variables. Whenever I am calling the functions in IE no problem but in Firefox, ...
-1
votes
0answers
55 views

Return Value from Javascript to PHP

Can't really see an answer to this on here so... I'm using a well publicised js function to create dynamic cascading dropboxes (DB) with PHP and MySQL. Everything is working fine. But what I'd like ...
0
votes
3answers
21 views

Submit button only sees the multiplequestions as onequestion using php and database

so I have this problem. When I select a radio button of question one for example it selects the radio button. But when I select another radio button from a different question, the first radio button ...
0
votes
0answers
31 views

MySQL SELECT into Fieldset .. each Row = Another Fieldset

Have a user submitting a form http://bootply.com/61703 Posting the entries to a single MySQL table on a button submit Where each input = a column of one row.. And would like to load another page ...
0
votes
3answers
41 views

Issue with MySQL INSERT via PHP mysql_query

I'm having problems with a really bizarre problem when trying to insert a record into mysql via PHP and I was wondering if anyone could shed any light on it, because I'm out of ideas now. Database ...
0
votes
1answer
39 views

PHP randomly printing code within php tags

I wrote some PHP/sql with the intention of storing session variables into a SQL table. (I left out some html that tells the user that the php worked.) <?php session_start(); $name = ...
3
votes
2answers
53 views

I try to query a mysql column which has the name “5”. This outputs the wrong column which has the name “22”

I try to query a mysql column which has the name "5". This outputs the wrong column which has the name "22". This is my php code, $pid is the variable I am getting from the android app and is always ...
0
votes
1answer
23 views

SQL COUNT from one table where condition from another table is true

Okay, so let's say I have two tables, "TableA" and "TableB". In Table A I have a column "C", and in Table B I have a column "D" and a column "E". TableA contains a lot of rows that can contain the ...

1 2 3 4 5 1308