Hi,
I would really appreciate help from anyone on this. Last night everything was working fine - now getting the dreaded error:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/eclipset/public_html/etex/search/dancewear_product.php on line 264
TABLE product_colour_card has the following cols, colour_card_id, product_id, market_id, colour_card_name and card_location.
Query and related code is as follows:
$sql = "SELECT colour_card_name, colour_card_location FROM product_colour_card WHERE product_id LIKE '".$product_id."'";
$result = mysql_query($sql);
$row = mysql_fetch_array($result);
It was all working fine last night! I just don't know what the problem is....
Many thanks for any assistance.