Forum: PHP Jul 20th, 2008 |
| Replies: 8 Views: 305 try this code //Start session
session_start();
$sql="SELECT login,id FROM tblDealer WHERE login='".$email."' and password='".$password."'";
if($result = mysql_query($sql)) {
... |
Forum: MySQL Jul 20th, 2008 |
| Replies: 1 Views: 740 select from multiple tables please help Hi,
It's took me a weeks to figure out this query.
I'm trying to select all the data from 7 tables but i got empty result. All these table has a link on region_id column.
Your help will be much... |