Tagged Questions
1
vote
1answer
48 views
Android EditText: How to process data
I have created an application which is a simple form. Users will enter username data and password into each editText pair provided.
My problem comes with extracting this data. Normally, I would ...
1
vote
1answer
25 views
retrieving info from mysql tables
I have such a situation. I have two mysql tables. One "data" table and second table "mirror_data". "data" table consists columns "local" (in this column is stored just a numbers). and this is ...
1
vote
1answer
201 views
How to retrieve SharePoint user data using LINQ?
I am trying to retrieve data from list using LINQ, and have SPMETAl ran for the latest list version. All data from the list is successfully retrieved besides created by, created, modified by, ...
1
vote
3answers
590 views
Retrieving dynamic text from a website in vb.net (VS2008)
Hey guys, i want to be able to retrieve dynamic data from a web page (share prices). I started out by retrieving the html code before i realised that as it is live data, the html code will be of ...
0
votes
1answer
14 views
Need help about accessing a JSON file using JavaScript without the use of any servers
I'm just beginning with JavaScript and I was wondering if I can access a JSON file on the localhost without the use of any servers (like WAMP). I was planning to just read the contents of a JSON file ...
0
votes
4answers
106 views
Java MySQL get last row
So I'm having issues with my program. Basically this far the program is like a MySQL based chat. It stores messages in database and reads them. Im having problems with the reading. What it does right ...
0
votes
3answers
858 views
Retrieve data from website in android app
How can we retrieve data from a website and parse it into a readable format in the Android application.. means i want to extract data from website and use it in my android application.. it could be ...
0
votes
2answers
103 views
UPDATED sorting data from mysql database still need help please
OK, obviously my first explanation of this was not clear...i wasn't exactly sure what to say. To simplify, what do I need to do to use the form below to sucsessfully search in the mysql database I ...
0
votes
0answers
441 views
retrieve mysql data to multiple selectbox menu using php
HI,
I send multiple data with multiple selectbox to mysql database! my selectbox is : asp-.net-phyton-php-java after user select send data ti mysql database
example : php,.net ( sql )
no i need to ...
0
votes
1answer
450 views
cakephp retrieving multiple values in a column
I want to retrieve multiples values from a field. the code I am using this this
$conditions = array('Tag.name'=>$compare);//$compare = array('value1', 'value2',..);
$values = $this->find('all', ...