![]() |
Alexey admin 12/6/2007 |
Hi, global $conn; $rs=db_query("select * from AnotherTable",$conn); $data=db_fetch_array($rs); if($x==$data["A"]) ... |
F
|
funkfish author 12/12/2007 |
Hi, sure, here is the sample code.
|