Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
340 views
in Q2A Core by

1 Answer

+2 votes
by
selected by
 
Best answer

Hello fazleysabbir.

I think the following post might answer both questions:

Have a nice day.

by
Thanks a lot.A little question.Is it possible to convert it to readable through php not sql?
by
You're welcome!

Yes, it is. Use inet_ntop() just like they did here:
https://github.com/q2a/question2answer/blob/v1.8.5/qa-include/app/format.php#L596
by
It's inet_ntoa(), and you may need to use inet6_ntoa() instead.
...