RE: Query PHP

2005-08-23 Thread Jay Blanchard
[snip] I need some help with a MySQL query using PHP can someone help please? [/snip] First of all, do not threadjack. Start a new thread to the list with your request. Second, sending a general request like this will likely get you flamed. Usually I am pretty good at flaming folks, but today I h

Query PHP

2005-08-23 Thread andrew
I need some help with a MySQL query using PHP can someone help please? Andrew > > Have you adjusted your queries? MSSQL uses a different dialect (T-SQL), > then MySQL uses. There are quite some difference, although some queries > still might work. > > Arjan. > > > -Original Message- > F

RE: MySQL Query+PHP

2002-01-13 Thread Roger Baklund
* Steger Andras > $result = mysql_query("SELECT * FROM employees WHERE first = $neve",$db) You need quotes. try "... WHERE first = '$neve'" -- Roger - Before posting, please check: http://www.mysql.com/manual.php (the man

MySQL Query+PHP

2002-01-13 Thread Stéger András
I am trying to write a query that gets the name of every personr who has a neme: $neve This parameter come from a form like this: FORM ACTION="sqlphp.php" METHOD="post"> The following script is running, but if I write in the 7-th row: $result = mysql_query("SELECT * FROM employees