Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Programmieren allgemein (https://www.delphipraxis.net/40-programmieren-allgemein/)
-   -   [Php] MySql und ich find den Fehler net (https://www.delphipraxis.net/31127-%5Bphp%5D-mysql-und-ich-find-den-fehler-net.html)

citybreaker 5. Okt 2004 14:34

Re: [Php] MySql und ich find den Fehler net
 
Code:
<?php
mysql_connect("localhost"," "," ");
mysql_select_db("test");
$sql="SELECT * FROM test";
$result=mysql_query($sql);
while ($row=mysql_fetch_assoc($result)) { 
   echo $row['Name']." ".$row['Nick']." ".$row['Mail'];

mysql_close();
?>

Igotcha 5. Okt 2004 14:35

Re: [Php] MySql und ich find den Fehler net
 
Sag ihm das nicht, da sind wieder die Schreibfehler drin im Code ;-)

citybreaker 5. Okt 2004 15:46

Re: [Php] MySql und ich find den Fehler net
 
--- Edit ---
Geht jetzt. :) Da wo mysql_select_db("test"); stand muss anstatt test was anderes hin. *peinlich*


Alle Zeitangaben in WEZ +1. Es ist jetzt 21:16 Uhr.
Seite 2 von 2     12   

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz