View Single Post
  #4 (permalink)  
Old 06-25-03, 01:48 AM
Chris Boulton Chris Boulton is offline
Wannabe Coder
 
Join Date: Jun 2003
Location: Sydney, Australia
Posts: 208
Thanks: 0
Thanked 0 Times in 0 Posts
PHP Code:

// clean up

// mysql_close($connection); 
move that from there, down to the bottom (outside the while loop).

Also, using the wile it will print every single item in the database. If you want a specific one, remove the while and add a AND to your query to select one of the surveys by its id (you will need another page which lists them all).
__________________
Chris Boulton
SurfiOnline!
MyBulletinBoard
Reply With Quote