View Single Post
  #68  
Old 11-27-2004, 12:34 PM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default

Looks like it may not be picking up the database table name.

Try:

Code:
$product_links[$p_v][product_options] = array_pop(func_query_first("SELECT COUNT(*) FROM xcart_product_options WHERE productid='".$p_k["productid"]."'"));
Reply With Quote