/ Published in: PHP

Expand |
Embed | Plain Text
<?php //DB connection $query = "SELECT table1.*, table2.* FROM table1 LEFT JOIN table2 ON table1.column = table2.column"; ?>
You need to login to post a comment.
assaado on 11/19/08
mysql php open programming source
1 person have marked this snippet as a favorite
<?php //DB connection $query = "SELECT table1.*, table2.* FROM table1 LEFT JOIN table2 ON table1.column = table2.column"; ?>
You need to login to post a comment.