View Single Post
Old 03-19-2005, 02:11 PM   #13 (permalink)
idx
Senior Grasshopper
 
idx's Avatar
 
Join Date: Jun 2003
Location: FL
Posts: 317
idx is on a distinguished road
Good to hear. include or require (include_once is also a good idea) can be anywhere. If you have a number of files to include then it might be worth doing it all in one file, so you only have to include 1 file in each of your pages.

You can use mysql_close(), but it's not really necessary for non-persistent connection. (they'll close automatically when the script ends)

-r
idx is offline   Reply With Quote