Load an STL file from SQL to Three.js STL loader

Hi i was wondering if its possible and probably is but i`m not that good at PHP and the three.js is new to me so my question is it possible to load my stl models from MySQL and if it is possible could you give me an example.

Thank you

This forum is not about PHP but at least there is a good example that shows you the client part (the usage of STLLoader):

https://threejs.org/examples/webgl_loader_stl

I`m sorry about that but I have already managed to load my model from my local repository in to the three.js STL loader works like a charm. And now i just want to select like from drop down menu the stl model that i want to see and fetch it from MySQL sorry again if bothering