![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveproblem with getting info from 2 tables in PHP / MySQL
From: Neal <pissed@comcast.net>
Date: Tue Aug 02 2005 - 19:58:46 CEST
I've got 2 tables. One, I manually insert data into for HTTP
$sql = mysql_query("SELECT * FROM logintable, datatable WHERE
print("$row[school], $row[field1], etc....
}
|