| Thread | Last Post | Replies |
|
| sum from two tables - one table, one query | 29 Jul 2005 06:15 GMT | 3 |
I have two tables: table A Id. | id_result | value 1 | 1| 10
|
| output into php | 28 Jul 2005 14:44 GMT | 2 |
Hello Thanks for taking the time to look at this post. What im trying to do i have a table called user with 4 fields id username jdate ref
|
| Previous and Next ID ? | 26 Jul 2005 10:25 GMT | 12 |
Hello Could somebody help me to resolve this problem? I have a fist php script where I make a query on table. In this script I display the selected query (table) by
|
| form (?) problem | 25 Jul 2005 19:41 GMT | 1 |
i have a form with 5 fields. and my problem is that if user put 2 or more same variables my script finds in db only 1 and i need to search all variables in db even if they r same. <http>
|
| Please Help: 4 tables 1 query | 24 Jul 2005 13:23 GMT | 3 |
I have: Table: articles -------------- articleid
|
| Warning: printf(): Too few arguments in /home/s/scaiecat/www/sv/test21.php on line 27 | 20 Jul 2005 10:08 GMT | 5 |
As questions about mysql seem to be generally accepted (see the answer which I got in the other thread) I am asking the following question. I get this Warning:
|
| Error: 1062 SQLSTATE: 23000 (ER_DUP_ENTRY) | 19 Jul 2005 17:34 GMT | 12 |
Error: 1062 SQLSTATE: 23000 (ER_DUP_ENTRY) Message: Duplicate entry '%s' for key %d I get this message when I try to add a new line in the same table in the same database (Mysql)
|
| Help help | 19 Jul 2005 17:32 GMT | 3 |
I am running fedora core 3 with mysql and apache 2 and php ver 4.3.9 All the applications seem to be working fine. When I run the test.php containing phpinfo() it post the information showing apache and mysql.
|
| Can someone help me with this problem please... | 19 Jul 2005 13:17 GMT | 1 |
The following code grabs the url of a file location on the net from a db on my server for a file download. // connection to grab url of the file mysql_select_db($database_local, $local);
|
| Is mysql on topic in this NG? | 19 Jul 2005 09:15 GMT | 5 |
Is mysql on topic in this NG?
 Signature Luigi Donatello (un italiano che vive in Svezia) https://www.scaiecat-spa-gigi.com/en/francavilla-di-sicilia.html
|
| Mirror/Cluster MySql for backup | 17 Jul 2005 23:05 GMT | 3 |
I run a PHP/MySql point of sale system on RH9 server. The system backs up via FTP at night to a remote server but I would like a more imeadiate solution that can be switched over in case of failure (I will obviously still keep doing the off site backups).
|
| Access Apache VirtualHosts from Same Box or from Lan????? | 17 Jul 2005 05:41 GMT | 1 |
> > I'm trying to figure out how to access any VHosts > > from samebox mode, or from pc connected to the same lan. > > I've seen this done with Mac, but can't find how with win2k. > > Can someone point me in the right direction? |
| union (more than 2 statements) | 14 Jul 2005 22:59 GMT | 3 |
Is it possible to union more than two sql statements (I want to perform a query on the union of 4 tables)?
|
| interesting problem | 14 Jul 2005 11:37 GMT | 2 |
<?php print "<font face=\"Trebuchet MS\">"; $oldpwd = $_POST['stara']; $newpwd1 = $_POST['nova1'];
|
| 2 TABLES, one SELECT | 13 Jul 2005 21:09 GMT | 1 |
I have 2 tables TABLE1 , TABLE2 with same structure. TABLE1 one has ID 1-100000 TABLE2 has ID 100001-200000 How can I SELECT over both tables.
|