Forum: Absolute Beginners
07-01-2011, 03:01 PM
|
|
Replies: 1
Views: 788
Newbie SQL Query problem?
Hi
I'm new at this, so bear with me :-)
I'm trying the following query in PHP with MySQL:
$sqlFull = "SELECT feed_items.id AS feedID, store_products.id AS storeID";
$sqlFull .= " FROM...
|