View Single Post
  #130  
Old 05-16-2008, 07:11 PM
fredxeric's Avatar
fredxeric Offline
pixelpost guru
 
Join Date: Sep 2006
Location: Montréal, Québec, Canada
Posts: 407
Send a message via AIM to fredxeric Send a message via MSN to fredxeric
what is your web hoster?

Replace:
PHP Code:
 $result_id mysql_list_fields($pixelpost_db_pixelpost$table); 
with :
PHP Code:
$result_id mysql_listfields($pixelpost_db_pixelpost$table); 
Reply With Quote