-1

which method is the best for store some text data online? I'm beginner and I am making an app that has SQLite database but it works only locally. I need to store data like choosing option online. How to do it best?

kubbbb
  • 3
  • 4

2 Answers2

0

I found it most simple to just use ftp for uploading text files to my web server from my app. An explanation is here for using Apache Commmons for this purpose.

Community
  • 1
  • 1
JASON G PETERSON
  • 2,193
  • 1
  • 18
  • 19
  • I saw that, but if I have for ex. 1000 questions and for all of them number of clicks it should be harder to get data then from database. – kubbbb Dec 08 '14 at 11:52
0

Hope so it help alot

http://sampleprogramz.com/android/mysqldb.php

add insert/update/delete php file in htdocs folder in XAMMP OR

add these file in WWW folder in WAMMP

make sure XAMMP/WAMMP are correctly running.

if u unable to do just exit skype and restart XAMMP AND WAMMP

Umer Waqas
  • 1,794
  • 1
  • 12
  • 15