Help me with SQL data retrieve | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Help me with SQL data retrieve

Hello i've a Wordpress Site and i've added a User Login with Reference ID option there and i want to retrieve that Reference ID i know how to retrieve data usually but this one is little Different the data is inserted as Objects please help me out with this here is the Screenshot : https://photos.app.goo.gl/kf4ZLrV7r48kQPpm8

18th Mar 2020, 6:44 AM
Kavengers
Kavengers - avatar
1 Answer
0
BoyWhoCodes You can get this data as a String. After that you can convert this string in JSON Object and read all the values. But this is not right way to store data as object in Database because object size maybe heavy. Check here how to get in JSON Object https://www.w3schools.com/js/js_json_php.asp
18th Mar 2020, 7:39 AM
A͢J
A͢J - avatar