View Single Post
  #5 (permalink)  
Old 06-25-03, 07:46 AM
sparky sparky is offline
Newbie Coder
 
Join Date: Jun 2003
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
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). [/B]

I Get the first part But the while and the AND thing I just don't get what you are talking about could you please give me an example thanks a million
__________________
http://www.hitchcock-design.com/trou.../blue/logo.jpg

Smart People use Linux ( I'm trying to be one of them)
Reply With Quote