Top "Mysql-select-db" questions

php mysql_select_db not working

I have created a class called 'class.admin.php' which does some checking. I have a file that calls the …

php mysql-select-db
Can you reuse a mysql result set in PHP?

I have a result set I pull from a large database: $result = mysql_query($sql); I loop through this recordset …

php mysql mysql-select-db
How to insert data in two different tables of two different database in php

I have to insert data in two different database's table. I have created database1 and table1 for database1, also i …

php mysql insert mysql-connect mysql-select-db
MySQL query with group contact

Let's say I have a table called "test" with the following design: SELECT type, name, `key` FROM test type | name | …

mysql sql group-concat mysql-select-db
MYSQL - How to UPDATE after SELECT from a table

i want to UPDATE the a column after i SELECT a table SELECT id_copies, id_shop, id_dvd FROM …

mysql sql sql-update mysql-select-db