Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Endorsements
Ranked #621
Ranked #27.9K
Ranked #4K
~4K People Reached

7 Posted Topics

Member Avatar for zubaer_ahammed

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 …

Member Avatar for Rakesh456
0
207
Member Avatar for polarpandabear

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 …

Member Avatar for cereal
0
483
Member Avatar for Sujan Shrestha

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

Member Avatar for Sujan Shrestha
0
3K
Member Avatar for sk8ergirl

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.

Member Avatar for orochiwolf
0
123
Member Avatar for amna zafar
Member Avatar for dipakbarman

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.

Member Avatar for orochiwolf
0
89
Member Avatar for nevil120

Hi, I think that the best way to do so, is a communication with json or XML both php and Android implement this nativelly.

Member Avatar for orochiwolf
0
144

The End.