Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
319 views
in Q2A Core by

I need it for my custom page.

sql is like a:

SELECT `content` 
FROM `qa_userprofile` 
WHERE `userid` =4
AND `title` = 'name'
LIMIT 1

is here other way?

 

Please log in or register to answer this question.

...