Hi guys I am attempting to get data entered in an HTML form through PHP then converting this data into a JSON object which will be saved on a server and retrieved to the form incase someone wants to edit entries. Please help and advice on an alternative if you think of any.
jchimz 0 Newbie Poster
Recommended Answers
Jump to PostStoring a string in db from JSON decode has really no meaning at all. The only case I can think of that might have some reason is storing data that you don't know what you do with them but you don't want to loose them because might be precious to …
Jump to PostI agree with previous contributors. Use a DB in the way it is ment to be used. Don't store JSON data. However, if you really need to do this, you can do so with a NoSQL DB like Mongo - but, I doubt very much whether you want to do …
All 7 Replies
coreyavis 13 Dev Poster
jkon 672 Posting Whiz in Training Featured Poster
jchimz 0 Newbie Poster
coreyavis 13 Dev Poster
jchimz 0 Newbie Poster

diafol
jchimz 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.