&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
table
0
votes
1
answer
39
views
PHP MySQL InnoDB Unix Windows case sensitive table names problem
The problem is that deployment MySQL DB is on Linus, ma development MySQL DB on Windows. DB is InnoDB. So arose the problem with case-sensitive…
php
mysql
table
innodb
case-sensitive
asked
June 25, 2011 7:59 am CDT
Lorenzo Manucci
0
votes
4
answers
34
views
MySQL Select all differences between 2 tables?
I have 3 tables, 'old', 'new' and a 'result' table (from a phonebook database), they have the same structure and nearly the same entries. old: ID |…
mysql
sql
table
difference
asked
June 24, 2011 12:06 pm CDT
flo
0
votes
0
answers
28
views
Find mininum not used value in mysql table
I have a MySQL table like this: +--------+-------+ + Server + Port + +--------+-------+ + 1 + 27001 + +--------+-------+ + 2 + 27002 +…
mysql
table
values
asked
June 24, 2011 2:21 am CDT
splattru
0
votes
1
answer
36
views
Merging different tables from different databases and retaining the database identifier?
I am stuck in a tricky situation. I will give a simple example to emphasize my problem. Suppose I have two databases DBa that contains tables Ta1…
mysql
database
table
multiple
asked
June 24, 2011 1:35 am CDT
Shehroz
0
votes
2
answers
50
views
How can I use PHP to seed a dynamic table in a form with a users previously submitted answers?
It's a complicated title, I know. I think an example would best illustrate what I mean: Let's say I'm asking the user for their favorite Rock…
php
mysql
html
forms
table
asked
June 23, 2011 8:08 pm CDT
Dimitri
0
votes
2
answers
32
views
MySQL Table Structure Visualization?
Is there an online tool or an app that can create a graph or an image of an imported database that shows the relationship between the tables inside…
mysql
database
table
visualization
asked
June 23, 2011 6:00 am CDT
Norbert
0
votes
2
answers
33
views
Multiple Foreign keys pointing to the same table MYSQL
I am trying to make multiple foreign keys point to the same table in MySQL but I'm getting an error. drop table IF EXISTS friend_tbl; CREATE TABLE…
mysql
database
table
foreign-keys
relationship
asked
June 22, 2011 11:05 pm CDT
Jason
2
votes
6
answers
67
views
How can I check if a MySQL table exists with PHP?
As simple in theory as it sounds I've done a fair amount of research and am having trouble figuring this out. How can I check if a MySQL table…
php
mysql
php5
table
if-statement
asked
June 21, 2011 4:24 pm CDT
Pete Allport
0
votes
0
answers
19
views
Change table end-indent in Apache FOP
I am using Apache FOP 1.0 to generate PDF. I want to extend the end-indent of the table such that I do not get the INFO warnings: INFO: An fo:table…
apache
xslt
table
fop
indent
asked
June 21, 2011 2:08 pm CDT
ljdelight
0
votes
1
answer
37
views
How to create table with multiple field dynamically in PHP
$dbhost = 'localhost'; $dbuser = 'root'; $dbpass = ''; $conn = mysql_connect($dbhost, $dbuser, $dbpass); if(! $conn ) { die('Could not connect: ' .…
php
mysql
table
create
asked
June 21, 2011 12:48 pm CDT
edrian
0
votes
2
answers
42
views
How can I update MySQL table value on Future Date?
I'm just looking for some general direction on this one. Basically I have a date set as one of the parameters of a mysql database. The date is set…
php
mysql
table
date
update
asked
June 21, 2011 12:02 am CDT
Presto
1
vote
3
answers
31
views
Joining mysql tables
I have 2 tables usrfrnd_table user_id friend_id __________________ 1 2 2 5 3 1 2 1 and usr_table id fullname ________________ 1 John Doe 2 George…
php
mysql
table
asked
June 18, 2011 4:58 pm CDT
Tural Teyyuboglu
-1
votes
3
answers
54
views
Question about mysql table
I have 2 tables usrfrnd_table user_id friend_id __________________ 1 1 2 5 3 1 2 1 and usr_table id fullname ________________ 1 John Doe 2 George…
php
mysql
table
id
asked
June 18, 2011 3:30 pm CDT
Tural Teyyuboglu
-1
votes
1
answer
40
views
Multiple user deletion with checkbox doesn't work
I want to delete multiple users from db table with checkboxes at once. But my code doesn't work correctly index.php <?php require 'db.php';…
mysql
table
multiple
user
deletion
asked
June 17, 2011 4:03 pm CDT
Tural Teyyuboglu
0
votes
2
answers
37
views
Delete multiple rows with checkbox form DB table
here is my code - <?php $host="localhost"; // Host name $username=""; // Mysql username $password=""; // Mysql password $db_name="test"; //…
php
mysql
table
dynamic
asked
June 17, 2011 11:11 am CDT
Tural Teyyuboglu
0
votes
1
answer
33
views
Rearranging mysql data to fit a 4 column table where each row has a different number of columns (using colspan)
Been banging my head trying to work this out but no luck, so am reaching out for help! I'm trying to put together a photo portfolio for a friend…
php
mysql
table
sorting
order
asked
June 16, 2011 4:48 pm CDT
Gareth
0
votes
5
answers
36
views
Php mysql ordering rows
for example i have a table which look like this : id | name 1 | Mike 2 | Adam 3 | John 4 | Sarah ... Now when i execute query select * from table…
php
mysql
database
table
row
asked
June 16, 2011 1:25 pm CDT
John
0
votes
2
answers
37
views
Select on multiple tables
I have 2 tables that contain completely seperate information table: tires columns: Tire_id name model etc etc table: product columns: product_id…
mysql
table
select
multiple
asked
June 16, 2011 6:25 am CDT
Burrii
0
votes
1
answers
40
views
MySQL Column Constraint
I need a table which will allow to insert values into a column with values greater than 10. When I tried in net, they suggested to create table in…
mysql
table
asked
June 16, 2011 3:00 am CDT
Phanindra
3
votes
3
answers
39
views
How to write MySQL query on 2 different tables residing in 2 different databases on 2 different servers?
I have 2 tables table1 in database1 on server1 having userID and userName table2 in database2 on server2 having userID i need a way to access table1…
mysql
query
table
server
multiple-databases
asked
June 15, 2011 6:12 pm CDT
Kathy
Pages
:
1
|
2
|
3
|
4
|
5
>
[15]
283
table
Tagged:
table
Related Tags
mysql
× 249
php
× 87
database
× 67
sql
× 28
query
× 18
multiple
× 16
sqlite
× 15
select
× 13
join
× 12
database-design
× 11
insert
× 9
hbase
× 8
android
× 8
postgresql
× 8
create
× 7
html
× 7
alter
× 6
hadoop
× 6
update
× 6
php5
× 6
error
× 5
locking
× 5
order
× 5
jquery
× 5
field
× 4
schema
× 4
view
× 4
structure
× 4
row
× 4
English
Russian
Copyright 2007 - 2012
Best unofficial Apache Server developers community
Privacy policy