mysql - Mysqli Join unexpected ";" -
im getting error unexpected ";" on code. dont know issue :(
$getproducts = $mysqli->query("select orders.id id, orders_items.qty qty, shopping_products.title title orders join orders_items on orders_items.ordersid = orders.id join shopping_products on shopping_products.id = orders_items.shopping_productsid orders.authorid = ".$userid."" );
Comments
Post a Comment