I want to do a query like this, but mysql doesn't want to know...
SELECT size.sizes FROM size, details WHERE details.productID = (SELECT details.productID FROM product, details WHERE product.combocode = 5 AND product.productID = details.productID) AND (size.sizeID = details.sizeID)...
I have sorted it out, it was simple...
function listRow($row){
foreach ($row as $key => $value) {
$hold = strtoupper("<$key>");
$hold .= $value;
$hold .= strtoupper("</$key>")."\n";
echo $hold;
}
}
?>
instead of...
function listRow($row){...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.