phpbar.de logo

Mailinglisten-Archive

[php] php3 -> php4 : mysql_query funzt nicht mehr

[php] php3 -> php4 : mysql_query funzt nicht mehr

friedhelm betz php_(at)_phpcenter.de
Sat, 9 Jun 2001 15:15:04 +0200


Hallo Ekkard,

you wrote:
[...]

> php-Code wird korrekt geparst, nur 
> bei mysql_query gibts einen Fehler:

>   Warning: Supplied argument is not a valid MySQL-Link
>   resource in /home/gerlach/web/veranst/test.php on line 8

> <?php
>  $connect = mysql_connect("localhost","web","web");
>  $db=mysql_select_db("veranst",$connect);
>  echo mysql_error();

> print 'Hallo';
> $SQL="select V_NR from veranst;";
> $result = mysql_query($SQL,$db);    <<== Zeile 8

-> $result = mysql_query($SQL,$connect);
Der link-identifier ist bei Dir $connect, $db wählt die Datenbank aus
und gibt nur true oder false zurück.
Grüße
 Friedhelm




php::bar PHP Wiki   -   Listenarchive