| Thread | Last Post | Replies |
|
| PHP MySql extension libries | 28 Nov 2006 23:24 GMT | 2 |
very new to PHP and mysql I'm running windows xp sp2 and IIS trying to install subdreamer keep getting PHP MySql libraries are not installed on this server
|
| Definition of a View | 28 Nov 2006 17:09 GMT | 1 |
Sorry, this is probably something very obvious. I created a View in MySQL some time ago, and now need to see the SELECT statement that defines it. Is it possible to extract and see this query in any way?
|
| Connect with Access ? | 28 Nov 2006 16:51 GMT | 4 |
Is it possible to connect with Access on a localhost for local use?
|
| Something like "WHERE" from SQL | 27 Nov 2006 16:47 GMT | 2 |
Is there a way to accomplish something like the "WHERE" syntax from SQL in php? For example an equivalent to the following, which I know is not proper php syntax. foreach ($var as $key => $value WHERE $key != '3') {
|
| GROUP BY cluse | 25 Nov 2006 09:51 GMT | 5 |
I am trying to use GROUP BY cluse, what is the utility of this cluse in MySQL plz. any body tell me
|
| I need some help here | 24 Nov 2006 21:46 GMT | 3 |
Hi evry one I need some help with my code What's wrong in this code <?php
|
| radio buttons, checkboxes and dropdown menues | 23 Nov 2006 10:00 GMT | 1 |
Hi to all ! How to insert one value of the radio button int db. ? <input type="radio" name="option" value="male"> <input type="radio" name="option" value="female">
|
| ORDER BY 'searchtype' | 22 Nov 2006 13:03 GMT | 1 |
Can you tell me if its possible to ORDER BY 'searchtype' where the html for passes a value such as 'table.column ACS' and the php calls it from the $_GET['searchtype'] If not is there another way of doing this.
|
| SQL query question | 21 Nov 2006 00:22 GMT | 2 |
Hi, I'm new to PHP so this might be a simple question to answer but I just need a little help. So basically I'm querying the database with this simple search SQL statement:
|
| MySQL : use of create sequence statement | 20 Nov 2006 21:15 GMT | 1 |
For a unique id we don't want to use an auto_increment, but want to construct a unique id incorporating a sequence (combination of letters and a number) to make it more meaningful and to distinguish between different projects and servers (alternative would be to create primary
|
| Linux distribution with php and mysql included. | 20 Nov 2006 21:13 GMT | 5 |
|
| Mysql Query Question | 20 Nov 2006 09:12 GMT | 1 |
Im trying to write the following query to do the following but im not sure about the right way to do it I want to get back all the results minus any results that are within the 3 minutes of each other containing the same ip address, and same
|
| check is a database exists? | 19 Nov 2006 01:56 GMT | 1 |
Hi, Using MySQL 5.0 and PHP 4.4.4, what is the easiest way (using PHP code) to check if a database by a particular name exists? Thanks, - Dave
|
| left join issue | 17 Nov 2006 22:44 GMT | 6 |
I have an issue with several LEFT JOIN ... ON like the one postes below. The query below executes correctly on MySQL 4.1.16-standard but fails on the same tables on a 5.0.19-standard server. erro: #1054 - Unknown column 'c.id' in 'on clause'
|
| multiple table searching (complex!!!) | 17 Nov 2006 10:35 GMT | 4 |
I am quite new to sql and php and jumping in at the deep end. Your help is much apreciated. I have two tables products and dealers. products contains all the products product id and their spec
|