View Single Post
Old 06-04-2004, 09:01 AM   #3 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,486
sde is on a distinguished road
p.s. if you don't want to go that deep by trying the join, just modify your sql statement to this:

PHP Code:
$query_title "SELECT title FROM tablename WHERE id = '".$entryid."'"

echo 
$query_title
if that still generates errors, copy that query to mysql and see if the mysql error gives you more specific info.
__________________
Mike
sde is offline   Reply With Quote