Textured sphere problem...

I am attempting to draw a sphere (using gluQuadric) and then texture the inside of it. As far as I can tell I am loading the texture correctly, but when I run the program the sphere is drawn completely black. When I was drawing the sphere without the texture it worked fine (I could change the color and everything looked good), but now that I am adding the texture is goes black. Any help would be great. Thanks.

Code pleaseā€¦

sounds goofy (but I have done it), make sure you have glEnable(GL_TEXTURE_2D);
It makes all the differance