Results 1 to 7 of 7
Hybrid View
-
15th May 2012 18:18 #1Registered User
Join Date: Jan:2012
Location: Nova Zagora
Posts: 134
-
15th May 2012 18:43 #2
-
15th May 2012 19:45 #3Registered User
Join Date: Jan:2012
Location: Nova Zagora
Posts: 134
-
15th May 2012 20:44 #4
.
. , , .. . , .
, WINDOWS ODBC. /MSSQL, Oracle, Posgres ..../ ODBC OC . , , SQL .
. EXE.
.
-
15th May 2012 21:26 #5Registered User
Join Date: Jan:2012
Location: Nova Zagora
Posts: 134
mysql php5 apache2
php
-
15th May 2012 21:54 #6
, ....
, -.
, PHP, mysql, ,
.
, , , , (), (resultset) , ( ).
$conn = mysql_connect(....);
mysql_select_db(.....);
$rs = mysql_query("SELECT * FROM mytable");
while ($row = mysql_fetch_assoc($rs)) {
echo $row['name'], ' ', $row['phone'], '<br>'; // ..
}
, " " - , , .




Reply With Quote
Lenovo ThinkPad 15 IdeaPad 15
5th May 2023, 22:16 in