[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
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
* 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
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