| Author |
read php session from android
|
sripadraj kudur
Greenhorn
Joined: Nov 10, 2011
Posts: 4
|
|
Hello there,
I am doing an application where i am reading certain data from server and i'm able to retrieve data from the server through json parsing and displaying them in a listview. When I click on an item i'm performing the following function
i'm posting values to a php server program like this:
which will add the item to a session in the php and each time i send a data to the server the session variable seems to be over written by the new value posted.
i need all the session variable posted. What should be done in case i need to read session variables.
Thank you
|
 |
 |
|
|
subject: read php session from android
|
|
|