Problem with joins (urgent)
- From: "hol" <contact7@xxxxxx>
- Date: Tue, 29 Apr 2008 12:38:43 +0300
Hi,
I would appreciate if anyone could help me with this.
I have a php script that fetches results from 2 tables called, atdata and
atdatab.
The following line freezes my PC everytime. If I select just one table
(atdata for example) it works fine.
$sql = "SELECT * FROM atdata,atdatab WHERE atdata.d1='$d1' AND
atdata.d2='$d2' ORDER BY atdata.id" ;
I really need this urgently to work.
Thanks beforehand
Mark
.
- Prev by Date: Re: [PHP] SMS Cellular Text Messaging
- Next by Date: PHP shopping cart
- Previous by thread: newbie with another HTML/navigation question
- Next by thread: PHP shopping cart
- Index(es):
Relevant Pages
|