Phorum.ro
Your Avatar Welcome to Phorum.ro!
If you haven't registered yet, click here!
Attention Visitor:
You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
Du-te înapoi   Phorum.ro > Web Design & Web Development > Programare > PHP > PHP DB

PHP DB Discutii despre lucrul cu baze de date in PHP.

Răspunde
 
Thread Tools Moduri de afișare
Vechi 15.03.2007   #1
rasda
8-Bit Member
 
Data înregistrării: 15.03.2007
Mesaje: 2
Rep Power: 6
rasda is on a distinguished road
Implicit afisare campuri din tabele

ici ar trebui sa fie date
<html>
<head>
<title>Aici</title>
</head>

<body>
<img src="main_bkg.JPG" width="99" height="50" >
<?

if( mysql_connect("mysql.lx.ro", "lisp_lx_ro","pass"))print'succes';else print 'eroare';
mysql_select_db("lisp_lx_ro");
if(mysql_select_db("lisp_lx_ro"))print 'connect';else print 'err';
$sql = "SELECT * FROM lisp_lx_ro";
print "<br>".$sql."<br>";
$resursa = mysql_query($sql);
print "<br>".$sql."<br>";
print "<table border ='1'>";
while ($row=mysql_fetch_array($resursa))
{
print "<tr> <td>".$row['cod']."</td> </tr>";
print "<tr> <td>".$row['nume']."</td> </tr>";
}
print "</table>";
?>

mi-am creat baza de date lisp_lx_ro si 2 tabele cod si nume
de conectat la baza de date se conecteaza dar
de ce nu afiseaza campurile din tabele ? pt ca dc lucrez local pe calclatorul meu imi afiseaza tot.
rasda is offline   Reply With Quote
Sponsored Links
Vechi 15.03.2007   #2
rasda
8-Bit Member
 
Data înregistrării: 15.03.2007
Mesaje: 2
Rep Power: 6
rasda is on a distinguished road
Implicit tot eu

am gresit la crearea campurilor in tabel si la instructiunea Sql :


$sql = "SELECT * FROM lisp_lx_ro"; in loc de
$sql = "SELECT * FROM persoane";
rasda is offline   Reply With Quote
Răspunde


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Moduri de afișare

Reguli de postare
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is Pornit
emoticoanele sunt Pornit
Codul [IMG] este Pornit
Codul HTML este Oprit



Ora este GMT +3. Ora este acum 00:20:24.


Rulează cu: vBulletin Version 3.8.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Forum SEO by Zoints

XXXXXXXXXXXXXXXXXXX
Inactive Reminders By Icora Web Design