View Single Post
  #2 (permalink)  
Old 05-15-2008, 09:57 PM
John's Avatar   
John John is offline
Co-Administrator
 
Join Date: Jul 2006
Age: 19
Posts: 2,746
Last Blog:
Passwords
Rep Power: 20
John has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud of
Send a message via AIM to John
Default Re: Not outputting selected values?

Does
PHP Code:
echo $sql 
display what you are expecting? Does
PHP Code:
$result=mysql_query($sql) or die("Query Error: " mysql_error()); 
provide you with an error? What does
PHP Code:
print_r($result
yield?
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum | My Blog
Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall
Reply With Quote