- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
7 Posted Topics
Re: I had the same problem last week when i was desgining an app for S III, What i did is just going to ma-config http://www.ma-config.com/en and scan my PC when a mobil was connected, I find the name of driver and search for it in google. I am on another … | |
Re: It seem like your php code isn't interpreted at all. the html code is stoped before your first <?php. And nothing after this is displayed. So, two thing the first one is: are you sure that you are uploding the right index.php with php as extension. And secondary your hosting … | |
Re: the problem is that you insert $interest directement, but, $interest is a array. you can insert array directly in insert request. try somthing like $interest = implode(',', $_POST['interest']); before intering it | |
Re: I think also it's the only way. Because, android work only with sqlite as sgbd. So, if you want to use another sgbd you most implement a web service or API like said before. | |
Re: can you post your database structure. ![]() | |
Re: Declare an array [] in all name of your html code and use them as array in php code. Example <input type="checkbox" name="month[]" value="January">January<br> <input type="checkbox" name="month[]" value="February">February<br> ... in your php code $_POST['month'] is array. | |
Re: Hi, I think that the best way to do so, is a communication with json or XML both php and Android implement this nativelly. |
The End.