Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

amit028's avatar

Convert sql data to svg while retriving from database

Hello Everyone,

Let me explain the scenario, I have a quiz project where i needed to store math formulas. And i needed to fetch the same in mobile app using API. But, because the data contains math furmulas, the format of questions is destroying the design.

So, i was wondering that if there is any way to convert sql data to SVG's or any other image format.

Thanks,

0 likes
1 reply
jlrdw's avatar

Why not just store the name of the image like image1.jpg.

And display where needed.

Please or to participate in this conversation.