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

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

datatable - Matlab struct computations -