If I am going to access a MySQL database in a function, does that function need to connect on its own or can it use a connection established outside the function?
once connected that script anywhere in that script can access the db. it is not dependent on functions or classes etc.
Chris Lee lee@mediawaveonline.com
thanks.
"gee jason why don't you just try it yourself and find out?" I asked. So I did, and it worked. thanks again!