Agnohendrix
Agnohendrix
Did you set your absolute path in the PHP Path field? if you're on Linux you can discover it by typing `which php` in a shell. If anyone managed to...
Hi, i've seen we're creating the same app, LoL. However, you can add it manually to your database or you could create a class Question, filled with all the fields...
You have your class Question, which contains all the fields you need to load into your database. Now you can create an activity which creates a new Question() newQuestion. This...